UnicodeRangeParse Method

Parses a UnicodeRange.

Definition

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

Parameters

s  String
The string to parse.

Return Value

UnicodeRange
The parsed UnicodeRange.

Exceptions

See Also