EnumTEnumToString(TEnum) Method

Returns the String representation of the given enum value specified in the value parameter.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public static string ToString(
	TEnum value
)

Parameters

value  TEnum
A TEnum value that has to be converted to String.

Return Value

String
The string representation of value.

See Also