[]
This method is based on ColorConverter.ConvertFrom(...) method from WinForms.
public static bool TryColorFromString(string s, CultureInfo culture, out Color v)
Public Shared Function TryColorFromString(s As String, culture As CultureInfo, ByRef v As Color) As Boolean
| Type | Name | Description |
|---|---|---|
| string | s | |
| CultureInfo | culture | |
| Color | v |
| Type | Description |
|---|---|
| bool |