Converts the specified string representation of a number to its NullableInt32 equivalent.
A NullableInt32 structure containing the parsed value.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | s is a null reference (Nothing in Visual Basic). |
| FormatException | s does not consist solely of an optional sign followed by a sequence of digits ranging from 0 to 9. |
| OverflowException | s represents a number less than Int32.MinValue or greater than Int32.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableInt32 Class | TechTalk.Genome.NullableTypes Namespace