Overload List

  NameDescription
Public methodStatic memberParseInt(array<Char>[]()[][])
Parses the string argument as if it was an int value and returns the result. Throws NumberFormatException if the string does not represent an int quantity.
Public methodStatic memberParseInt(array<Char>[]()[][], Int32, Int32)
Parses a char array into an int.
Public methodStatic memberParseInt(array<Char>[]()[][], Int32, Int32, Int32)
Parses the string argument as if it was an int value and returns the result. Throws NumberFormatException if the string does not represent an int quantity. The second argument specifies the radix to use when parsing the value.

See Also