The Bin type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AsBlob |
Create bin with a blob value. The value will be serialized by BinaryFormatter.
This method is faster than the bin object constructor because the blob is converted
directly instead of using multiple "instanceof" type checks with a blob default.
To disable this method, set DisableSerializer to true. |
![]() ![]() | AsGeoJSON |
Create bin with a GeoJSON value.
|
![]() ![]() | AsNull |
Create bin with a null value. This is useful for bin deletions within a record.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | ToString |
Return string representation of bin.
(Overrides ObjectToString.) |
See Also