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