Parse Method
Parses a string to return a GridLength.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static GridLength Parse(
string s
)
Public Shared Function Parse (
s As String
) As GridLength
static member Parse :
s : string -> GridLength
Parameters
- String
- The string.
Return Value
GridLength
The GridLength.