NullableTypes Class Library

NullableString Methods

The methods of the NullableString structure are listed below. For a complete list of NullableString structure members, see the NullableString Members topic.

Public Static (Shared) Methods

CompareOverloaded. Compares two specified NullableString structures.
CompareOrdinalOverloaded. Compares two specified NullableString structures without considering the local national language or culture.
Concat Concatenates two specified instances of NullableString.
EqualsOverloaded. Compares two NullableString structures to determine if they are equivalent.
NotEquals Compares two NullableString structures to determine if they are not equivalent.

Public Instance Methods

Clone Creates a copy of this NullableString structures.
CompareToOverloaded. Compares this NullableString structure to a specified object and returns an indication of their relative values.
EqualsOverloaded. Compares two NullableString structures to determine if they are equivalent.
GetHashCode Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
GetTypeCode Returns the TypeCode for value type NullableString.
ToNullableBoolean Converts this NullableString instance to a NullableBoolean.
ToNullableByte Converts this NullableString instance to a NullableByte.
ToNullableDateTime Converts this NullableString structure to NullableDateTime.
ToNullableDecimal Converts this NullableString instance to a NullableDecimal.
ToNullableDouble Converts this NullableString instance to a NullableDouble.
ToNullableInt16 Converts this NullableString instance to a NullableInt16.
ToNullableInt32 Converts this NullableString instance to a NullableInt32.
ToNullableInt64 Converts this NullableString instance to a NullableInt64.
ToNullableSingle Converts this NullableString instance to a NullableSingle.
ToString Converts this NullableString structure to a String.

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.

Explicit Interface Implementations

IXmlSerializable.GetSchema This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
IXmlSerializable.ReadXml This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
IXmlSerializable.WriteXml This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

NullableString Class | NullableTypes Namespace