Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1PointArrayTypeConverter Class / Parse Method

In This Topic
    Parse Method (C1PointArrayTypeConverter)
    In This Topic
    Parses a string and convert it to an array of points.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal str As String _
    ) As C1Point()
    public static C1Point[] Parse( 
       string str
    )

    Parameters

    str
    See Also