GridLengthParseLengths Method
Parses a string to return a collection of
GridLengths.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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>
- s String
- The string.
IEnumerableGridLengthThe
GridLength.