Click or drag to resize

AltaxoVariant Methods

The AltaxoVariant type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsType Determines whether this instance contains the specified content type.
Public methodIsTypeOrNull Determines whether this instance contains the specified content type or is empty.
Public methodToDateTime Converts the content to a DateTime if possible. The structure remains unchanged.
Public methodToDateTimeOffset Converts the content to a DateTime if possible. The structure remains unchanged.
Public methodToDouble Converts the content to a double if possible. The structure remains unchanged.
Public methodToDoubleOrNaN Converts the content to a double, if possible. The structure remains unchanged.
Public methodToNullableBoolean Converts the variant to a nullable boolean value.
Public methodToObject Converts the content to an object. This conversion is always possible. The structure remains unchanged.
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
Top
See Also