'Declaration
Public Shared Function FromBase64String( _ ByVal wkb As String _ ) As GeoGeometry
public static GeoGeometry FromBase64String( string wkb )
Parameters
- wkb
- The WKB base64 encoded data.
Return Value
Parsed geometry shape.
'Declaration
Public Shared Function FromBase64String( _ ByVal wkb As String _ ) As GeoGeometry
public static GeoGeometry FromBase64String( string wkb )