TechTalk Genome v4.2

NullableChar Methods

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

Public Static Methods

Equals Compares two NullableChar structures to determine if they are equivalent.
NotEquals Compares two NullableChar structures to determine if they are not equivalent.
Parse Converts the value of the specified string to its NullableChar equivalent.

Public Instance Methods

CompareTo Compares this NullableChar structure to a specified object and returns an indication of their relative values.
Equals Compares two NullableChar 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 NullableChar.
ToNullableBoolean Converts this NullableChar instance to a NullableBoolean.
ToNullableString Converts this NullableChar structure to a NullableString structure.
ToString Converts this NullableChar 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
IXmlSerializable.ReadXml
IXmlSerializable.WriteXml

See Also

NullableChar Class | TechTalk.Genome.NullableTypes Namespace