Click or drag to resize

GeoHash.FromBinaryString Method

Recreates a GeoHash from a string of 0's and 1's

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static GeoHash FromBinaryString(
	string binaryString
)

Parameters

binaryString
Type: System.String
String of 0's and 1's

Return Value

Type: GeoHash
A GeoHash
See Also