enum_from_string
Description:
[ Version ( replacement = "RoleEnum.from_string" , since = "0.5.0" ) ]
public static Role enum_from_string (string role)
public static Role enum_from_string (string role)
Converts a text enumerated type to its unsigned integer representation
Parameters:
role |
Text describing the enumerated type |
Returns:
the enumerated constant value, e.g. PK_SIGTYPE_ENUM_GPG |