GetFormatName
Description
Obtains the format name based on the input format data type.
Prototype
1 | const char_t *GetFormatName(Format format) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
format |
Input |
Format enumeration value. |
Returns
The string of the format name if the format argument is valid; nullptr otherwise.
Exception Handling
None
Constraints
The returned string is unmodifiable.
Parent topic: GE Namespace