Altaxo |
The AltaxoVariant type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsType | Determines whether this instance contains the specified content type. | |
| IsTypeOrNull | Determines whether this instance contains the specified content type or is empty. | |
| ToDateTime | Converts the content to a DateTime if possible. The structure remains unchanged. | |
| ToDateTimeOffset | Converts the content to a DateTime if possible. The structure remains unchanged. | |
| ToDouble | Converts the content to a double if possible. The structure remains unchanged. | |
| ToDoubleOrNaN | Converts the content to a double, if possible. The structure remains unchanged. | |
| ToNullableBoolean | Converts the variant to a nullable boolean value. | |
| ToObject | Converts the content to an object. This conversion is always possible. The structure remains unchanged. | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) | |
| ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |