enum_from_string
Description:
[ Version ( replacement = "UpgradeKindEnum.from_string" , since = "0.6.11" ) ]
public static UpgradeKind enum_from_string (string upgrade_kind)
public static UpgradeKind enum_from_string (string upgrade_kind)
Converts a text enumerated type to its unsigned integer representation
Parameters:
upgrade_kind |
Text describing the enumerated type |
Returns:
the enumerated constant value, e.g. MINIMAL |