ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown Namespace / WkCoder Class / FromBase64String Method
The WKB base64 encoded data.

In This Topic
    FromBase64String Method
    In This Topic
    Converts the provided WKB base64 string encoded data to object model.
    Syntax
    'Declaration
     
    Public Shared Function FromBase64String( _
       ByVal wkb As String _
    ) As GeoShape
    public static GeoShape FromBase64String( 
       string wkb
    )

    Parameters

    wkb
    The WKB base64 encoded data.

    Return Value

    Parsed object model.
    See Also