Method TryParseInt
TryParseInt(string, out int)
Tries to parse an integer from the provided string.
public static bool TryParseInt(this string intString, out int result)
Parameters
Returns
- bool
True if parsing succeeded; otherwise false.
Tries to parse an integer from the provided string.
public static bool TryParseInt(this string intString, out int result)
True if parsing succeeded; otherwise false.