Clone | Creates a copy of the object. |
CloneFrom | Copies the content to this object from another object. |
CompareTo | Compares this typed value to the given typed value. |
GetLookupID | Gets the lookup ID. The typed value must be of the lookup type. |
GetValueAsLocalizedText | Gets the current value as localized text. The value is localized based on the culture of the local computer. |
GetValueAsLocalizedTextEx | Gets the current value as localized text. The value is localized based on the culture setting of the local computer. |
GetValueAsLookup | Gets the value as a lookup. |
GetValueAsLookups | Gets the value as a lookups. |
GetValueAsText | Gets the value of this typed value formatted with the given parameters. |
GetValueAsTextEx | Gets the value of this typed value formatted with the given parameters. |
GetValueAsTextWithExpression | Gets the current value as localized text modified according to the given expression. |
GetValueAsTimestamp | Gets the value as timestamp. |
GetValueAsUnlocalizedText | Gets the current value as unlocalized text. |
IsNULL | Specifies whether the typed value is a NULL value. |
IsUninitialized | Specifies whether the typed value is uninitialized. |
Serialize | Serializes the typed value. |
SetTimeLocalized | Sets the value of a time property in localized or UTC format. |
SetValue | Sets the value of a typed value. |
SetValueToLookup | Set the value to a lookup. |
SetValueToMultiSelectLookup | Sets the value to a multi-select lookup. |
SetValueToNULL | Sets the typed value to NULL of the specified data type. |
Unserialize | Unserializes the typed value. |