![]() ![]() | Represents the empty string. This field is read-only. |
![]() ![]() | Represents a Null value that can be assigned to an instance of the NullableString structure. A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists. |
![]() ![]() | Overloaded. Compares two specified NullableString structures. |
![]() ![]() | Overloaded. Compares two specified NullableString structures without considering the local national language or culture. |
![]() ![]() | Concatenates two specified instances of NullableString. |
![]() ![]() | Overloaded. Compares two NullableString structures to determine if they are equivalent. |
![]() ![]() | Compares two NullableString structures to determine if they are not equivalent. |
![]() | Overloaded. Initializes a new instance of the NullableString class. |
![]() | Gets the character at a specified character position in this instance. In C#, this property is the indexer for the NullableString class. |
![]() | Indicates whether or not the value of the NullableString structure is Empty. |
![]() | Indicates whether or not the value of the NullableString structure is null. |
![]() | Gets the number of characters in this instance. |
![]() | Gets the value of the NullableString structure. This property is read-only |
![]() | Creates a copy of this NullableString structures. |
![]() | Overloaded. Compares this NullableString structure to a specified object and returns an indication of their relative values. |
![]() | Overloaded. Compares two NullableString structures to determine if they are equivalent. |
![]() | Returns the hash code for this instance. |
![]() | Gets the Type of the current instance. |
![]() | Returns the TypeCode for value type NullableString. |
![]() | Converts this NullableString instance to a NullableBoolean. |
![]() | Converts this NullableString instance to a NullableByte. |
![]() | Converts this NullableString structure to NullableDateTime. |
![]() | Converts this NullableString instance to a NullableDecimal. |
![]() | Converts this NullableString instance to a NullableDouble. |
![]() | Converts this NullableString instance to a NullableInt16. |
![]() | Converts this NullableString instance to a NullableInt32. |
![]() | Converts this NullableString instance to a NullableInt64. |
![]() | Converts this NullableString instance to a NullableSingle. |
![]() | Converts this NullableString structure to a String. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableString Class | NullableTypes Namespace