Click or drag to resize

Fragment Methods

The Fragment type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToArray
Gets the contained value as an ArrayObject
Public methodToBlob
Gets the contained value as a Blob
(Inherited from ReadOnlyFragment.)
Public methodToBoolean
Gets the contained value as a Boolean
(Inherited from ReadOnlyFragment.)
Public methodToDate
Gets the contained value as a DateTimeOffset
(Inherited from ReadOnlyFragment.)
Public methodToDictionary
Gets the contained value as a DictionaryObject
Public methodToDouble
Gets the contained value as a Double
(Inherited from ReadOnlyFragment.)
Public methodToInt
Gets the contained value as an Int32
(Inherited from ReadOnlyFragment.)
Public methodToLong
Gets the contained value as an Int64
(Inherited from ReadOnlyFragment.)
Public methodToObject
Gets the contained value as an untyped object
(Inherited from ReadOnlyFragment.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ReadOnlyFragment.)
Top
See Also