public static bool TryParse( string? s, out Color? color )
Public Shared Function TryParse ( s As String, <OutAttribute> ByRef color As Color ) As Boolean
static member TryParse : s : string * color : Color byref -> bool
In This Article