Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value.

Synopsis

Declared in <balm_publicationtype.h>

static
char const*
toString(Value value);

Return Value

the string representation exactly matching the enumerator name corresponding to value

Parameters

Name

Description

value

enumerator to convert

Created with MrDocs