[ Version ( since = "1.0" ) ]
public static int kind_and_string_to_enum (int kind, string str)
Converts a integer and string into an enum.
kind |
The kind |
str |
A string |
The enum. |