Click or drag to resize
SpeciesObservationField Methods

The SpeciesObservationField 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
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also