Return the string representation corresponding to the specified enumeration value.

Synopsis

Declared in <baljsn_jsonformatter.h>

static
char const*
toAscii(Enum value);

Return Value

the string representation corresponding to value

Parameters

Name

Description

value

enumeration value to convert

Created with MrDocs