Converts the specified string representation of a number to its 32-bit signed integer equivalent.
A 32-bit signed integer equivalent to the number contained in s.
The NumberFormatInfo for the invariant culture is used to supply formatting information about s.
Exception Type | Condition |
---|---|
FormatException | s is not of the correct format. |
OverflowException | s represents a number less than MinValue or greater than MaxValue. |
Int32ConversionFunctions Class | NAnt.Core.Functions Namespace