Method ToInt32
ToInt32(string)
Converts a string to an Int32.
public static int ToInt32(string value)
Parameters
value
stringThe value.
Returns
- int
An Int32.
Converts a string to an Int32.
public static int ToInt32(string value)
value
stringThe value.
An Int32.