Click or drag to resize

AltaxoVariant Methods

The AltaxoVariant type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsType 
Public methodIsTypeOrNull 
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 methodToString
(Overrides ValueTypeToString)
Public methodToString(String, IFormatProvider) 
Top
See Also