get the base32 string for this .
this method only makes sense, if this hash has a multiple of 5
significant bits.
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
SyntaxPublic Function ToBase32 As String
public:
String^ ToBase32()
member ToBase32 : unit -> string
Return Value
Type:
String[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.ToBase32"]
ExceptionsException | Condition |
---|
[!:IllegalStateException] |
when the number of significant bits is not a multiple of 5. |
See Also