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