InvariantConvert.ParseInt32 method

Converts the string to a value using the invariant culture.

public static int ParseInt32(string text)

Exceptions

exception condition
FormatException Failed to parse using invariant culture.

See Also