Converts this NullableString instance to a NullableInt64.
A NullableInt64 that is NullableInt64.Null if this NullableString is Null otherwise a NullableInt64 whose NullableInt64.Value equals the number represented by this NullableString.
| Exception Type | Condition |
|---|---|
| FormatException | this NullableString instance is not of the correct format. See Int64.Parse. |
| OverflowException | x value represent a number that is less than Int64.MinValue or greater than Int64.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableString Class | TechTalk.Genome.NullableTypes Namespace