Parse Method
Parses a UnicodeRange.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static UnicodeRange Parse(
string s
)
Public Shared Function Parse (
s As String
) As UnicodeRange
static member Parse :
s : string -> UnicodeRange
Parameters
- String
- The string to parse.
Return Value
UnicodeRange
The parsed UnicodeRange.
Exceptions
FormatException |