Converts this NullableString instance to a NullableDecimal.
A NullableDecimal that is NullableDecimal.Null if this NullableString is Null otherwise a NullableDecimal whose NullableDecimal.Value equals the number represented by this NullableString.
| Exception Type | Condition |
|---|---|
| FormatException | this NullableString instance is not of the correct format. See Decimal.Parse. |
| OverflowException | this NullableString instance represents a number less than DateTime.MinValue or greater than DateTime.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