EnumTEnumGetName(UInt64) 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
[CLSCompliantAttribute(false)]
public static string? GetName(
ulong value
)
<CLSCompliantAttribute(false)>
Public Shared Function GetName (
value As ULong
) As String
public:
[CLSCompliantAttribute(false)]
static String^ GetName(
unsigned long long value
)
[<CLSCompliantAttribute(false)>]
static member GetName :
value : uint64 -> string
- value UInt64
- The value of the required field.
StringA string containing the name of the enumerated
value, or
if no such constant is found.