GetName()

EnumGetNameHelper::GetName(T) method

Returns the string name of the specified enum constant value.

template<class T> static String System::EnumGetNameHelper<E, G, Guard>::GetName(T value)

Template parameters

ParameterDescription
TThe type of enum values that are accepted by the method; T must be convertible to E

Arguments

ParameterTypeDescription
valueTThe enum constant value whose string name is to be obained

Return Value

A string name of the specified enum constant value

See Also