Click or drag to resize
ISpeciesObservationField Methods

The ISpeciesObservationField type exposes the following members.

Methods
  NameDescription
Public methodGetBoolean
Get property Value converted to a Boolean. This method should only be used if value is of type Boolean.
Public methodGetDateTime
Get property Value converted to a DateTime. This method should only be used if value is of type DateTime.
Public methodGetDouble
Get property Value converted to a Double. This method should only be used if value is of type Float64.
Public methodGetInt32
Get property Value converted to an Int32. This method should only be used if value is of type Int32.
Public methodGetInt64
Get property Value converted to an Int64. This method should only be used if value is of type Int64.
Public methodGetString
Get property Value converted to a String. This method should only be used if value is of type String.
Top
See Also