ColorHelpers.TryParse method
Version 1.0.2
                .NET Framework 4.7
            | Namespace | Skybrud.Colors | 
|---|---|
| Assembly | Skybrud.Colors.dll | 
TryParse(string, out IColor)
Static
                    Attempts to parse the specified str into an instance of IColor.
public static bool TryParse(string str, IColor color)
Returns
true if str was converted successfully; otherwise, false.
