TechTalk Genome v4.2

NullableString Operators

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

Public Static Operators

Addition Operator Concatenates the two specified NullableString structures.
Equality Operator Compares two instances of NullableString for equivalence.
Explicit NullableSingle to NullableString Conversion Converts the NullableSingle parameter to a NullableString structure.
Explicit NullableUInt64 to NullableString Conversion
Explicit NullableDecimal to NullableString Conversion Converts the NullableDecimal parameter to a NullableString structure.
Explicit NullableString to String Conversion Converts a NullableString to a string.
Explicit NullableDouble to NullableString Conversion Converts the NullableDouble parameter to a NullableString structure.
Explicit NullableDateTime to NullableString Conversion Converts the NullableDateTime parameter to a NullableString structure.
Explicit NullableInt16 to NullableString Conversion Converts the NullableInt16 parameter to a NullableString structure.
Explicit NullableGuid to NullableString Conversion
Explicit NullableByte to NullableString Conversion Converts the NullableByte parameter to a NullableString structure.
Explicit NullableBoolean to NullableString Conversion Converts the NullableBoolean parameter to a NullableString structure.
Explicit NullableChar to NullableString Conversion
Explicit NullableSByte to NullableString Conversion
Explicit NullableInt64 to NullableString Conversion Converts the NullableInt64 parameter to a NullableString structure.
Explicit NullableInt32 to NullableString Conversion Converts the NullableInt32 parameter to a NullableString structure.
Explicit NullableUInt32 to NullableString Conversion
Explicit NullableUInt16 to NullableString Conversion
Greater Than Operator
Greater Than Or Equal Operator
Implicit String to NullableString Conversion Converts the string parameter to a NullableString structure.
Inequality Operator Compares two instances of NullableString for equivalence.
Less Than Operator
Less Than Or Equal Operator

See Also

NullableString Class | NullableString Members | TechTalk.Genome.NullableTypes Namespace