FromNullableConverter Methods

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
To<U>(Complex<Nullable<BigInteger>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<BigRational>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Quad>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Boolean>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Byte>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Decimal>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Double>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Half>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Int128>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Int16>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Int32>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Int64>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<SByte>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<Single>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<UInt128>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<UInt16>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<UInt32>>) Converts a complex value to a complex value of the specified type.
To<U>(Complex<Nullable<UInt64>>) Converts a complex value to a complex value of the specified type.
To<U>(Nullable<BigInteger>) Converts a value to the specified type.
To<U>(Nullable<BigRational>) Converts a value to the specified type.
To<U>(Nullable<Quad>) Converts a value to the specified type.
To<U>(Nullable<Boolean>) Converts a value to the specified type.
To<U>(Nullable<Byte>) Converts a value to the specified type.
To<U>(Nullable<Decimal>) Converts a value to the specified type.
To<U>(Nullable<Double>) Converts a value to the specified type.
To<U>(Nullable<Half>) Converts a value to the specified type.
To<U>(Nullable<Int128>) Converts a value to the specified type.
To<U>(Nullable<Int16>) Converts a value to the specified type.
To<U>(Nullable<Int32>) Converts a value to the specified type.
To<U>(Nullable<Int64>) Converts a value to the specified type.
To<U>(Nullable<SByte>) Converts a value to the specified type.
To<U>(Nullable<Single>) Converts a value to the specified type.
To<U>(Nullable<UInt128>) Converts a value to the specified type.
To<U>(Nullable<UInt16>) Converts a value to the specified type.
To<U>(Nullable<UInt32>) Converts a value to the specified type.
To<U>(Nullable<UInt64>) Converts a value to the specified type.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also