Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridLength Structure / Parse Method
The string to be parsed.

In This Topic
    Parse Method (GridLength)
    In This Topic
    Parses a string into a GridLength.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal lengthString As String _
    ) As GridLength
    public static GridLength Parse( 
       string lengthString
    )

    Parameters

    lengthString
    The string to be parsed.
    See Also