NullableTypes Class Library

NullConvert Members

NullConvert overview

Public Static (Shared) Methods

FromOverloaded. Converts the specified NullableBoolean value to an equivalent Boolean value using a conventional Boolean value to represent the Null value.
ToNullableBooleanOverloaded. Converts the specified Boolean value whose null value is simulated using a a conventional Boolean value to an equivalent NullableBoolean.
ToNullableByteOverloaded. Converts the specified Byte value whose null value is simulated using a a conventional Byte value to an equivalent NullableByte.
ToNullableDateTimeOverloaded. Converts the specified DateTime value whose null value is simulated using a a conventional DateTime value to an equivalent NullableDateTime.
ToNullableDecimalOverloaded. Converts the specified Decimal value whose null value is simulated using a a conventional Decimal value to an equivalent NullableDecimal.
ToNullableDoubleOverloaded. Converts the specified Double value whose null value is simulated using a a conventional Double value to an equivalent NullableDouble.
ToNullableInt16Overloaded. Converts the specified Int16 value whose null value is simulated using a a conventional Int16 value to an equivalent NullableInt16.
ToNullableInt32Overloaded. Converts the specified Int32 value whose null value is simulated using a a conventional Int32 value to an equivalent NullableInt32.
ToNullableInt64Overloaded. Converts the specified Int64 value whose null value is simulated using a a conventional Int64 value to an equivalent NullableInt64.
ToNullableSingleOverloaded. Converts the specified Single value whose null value is simulated using a a conventional Single value to an equivalent NullableSingle.
ToNullableString Converts the specified String to its NullableString equivalent.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

NullConvert Class | NullableTypes.HelperFunctions Namespace