protected int StringToValue (string str);

Parameters

strThe string to convert.

Returns

int The integer parsed from the string.

Description

Converts a string to an integer.