EnumTEnumToString(TEnum) Method
Returns the
String representation of the given
enum value specified in the
value parameter.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static string ToString(
TEnum value
)
Public Shared Function ToString (
value As TEnum
) As String
public:
static String^ ToString(
TEnum value
)
static member ToString :
value : 'TEnum -> string
- value TEnum
- A TEnum value that has to be converted to String.
StringThe string representation of
value.