[]
Creates an int from a 4 character String
public static int getIntFromString(string fourChar)
Type | Name | Description |
---|---|---|
string | fourChar | string representation of an integer |
Type | Description |
---|---|
int | the integer which is denoted by the input String. |