TryParse Method
Parses an HSV color string.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static bool TryParse(
string? s,
out HsvColor? hsvColor
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef hsvColor As HsvColor
) As Boolean
static member TryParse :
s : string *
hsvColor : HsvColor byref -> bool
Parameters
Return Value
Boolean
True if parsing was successful; otherwise, false.