IntegerField.StringToValue
protected int StringToValue(string str);
Parameters
| str | The string to convert. |
Returns
int The integer parsed from the string.
Description 描述
Converts the given string to an integer.
| str | The string to convert. |
int The integer parsed from the string.
Converts the given string to an integer.