RelativeScalarParse Method

Parses a RelativeScalar string.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static RelativeScalar Parse(
	string s
)

Parameters

s  String
The string.

Return Value

RelativeScalar
The parsed RelativeScalar.

See Also