EnumTEnumGetName(Int64) Method
Retrieves the name of the constant in the specified enumeration that has the specified value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static string? GetName(
long value
)
Public Shared Function GetName (
value As Long
) As String
public:
static String^ GetName(
long long value
)
static member GetName :
value : int64 -> string
- value Int64
- The value of the required field.
StringA string containing the name of the enumerated
value, or
if no such constant is found.