<PackageReference Include="System.Runtime" Version="4.0.20-beta-22231" />
Enum
public static string Format(
Type enumType,
object value,
string format)
public static string GetName(
Type enumType,
object value)
public static object Parse(
Type enumType,
string value)
public static object Parse(
Type enumType,
string value,
bool ignoreCase)
public static bool TryParse<
TEnum>(
string value,
out TEnum result) where
TEnum : struct
public static bool TryParse<
TEnum>(
string value,
bool ignoreCase,
out TEnum result) where
TEnum : struct