enum_from_string
Description:
[ Version ( replacement = "TransactionFlagEnum.from_string" , since = "0.8.1" ) ]
public static TransactionFlag enum_from_string (string transaction_flag)
public static TransactionFlag enum_from_string (string transaction_flag)
Converts a text enumerated type to its unsigned integer representation
Parameters:
transaction_flag |
Text describing the enumerated type |
Returns:
the enumerated constant value, e.g. SIMULATE |