Map for WinForms | ComponentOne
C1.FlexMap Namespace / WkCoder Class / FromBase64String Method
The WKB base64 encoded data.

In This Topic
    FromBase64String Method (WkCoder)
    In This Topic
    Converts the provided WKB base64 string encoded data to geometry shape.
    Syntax
    '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.
    See Also