C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure / Parse Method
The string to be parsed.


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

Parameters

lengthString
The string to be parsed.
See Also