Fragment Methods |
The Fragment type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToArray |
Gets the contained value as an ArrayObject | |
ToBlob |
Gets the contained value as a Blob (Inherited from ReadOnlyFragment.) | |
ToBoolean |
Gets the contained value as a Boolean (Inherited from ReadOnlyFragment.) | |
ToDate |
Gets the contained value as a DateTimeOffset (Inherited from ReadOnlyFragment.) | |
ToDictionary |
Gets the contained value as a DictionaryObject | |
ToDouble |
Gets the contained value as a Double (Inherited from ReadOnlyFragment.) | |
ToFloat |
Gets the contained value as a Single (Inherited from ReadOnlyFragment.) | |
ToInt |
Gets the contained value as an Int32 (Inherited from ReadOnlyFragment.) | |
ToLong |
Gets the contained value as an Int64 (Inherited from ReadOnlyFragment.) | |
ToObject |
Gets the contained value as an untyped object
(Inherited from ReadOnlyFragment.) | |
ToString |
Returns a string that represents the current object.
(Inherited from ReadOnlyFragment.) |