Method TryParseColor
TryParseColor(string, out Color)
Returns true if name
is a recognized
color. In which case color
will be the color the name corresponds
to otherwise returns false.
public bool TryParseColor(string name, out Color color)
Returns true if name
is a recognized
color. In which case color
will be the color the name corresponds
to otherwise returns false.
public bool TryParseColor(string name, out Color color)