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

Synopsis

Declared in <balb_testmessages.h>

static
char const*
toString(Value value);

Return Value

a pointer to the non‐modifiable string representation

Parameters

Name

Description

value

enumerator to convert

Created with MrDocs