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