C1.Blazor.GridControl 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
 

Parameters

lengthString
The string to be parsed.
See Also