'Declaration
Public Shared Function ColorFromString( _ ByVal str As System.String _ ) As System.Drawing.Color
'Usage
Dim str As System.String Dim value As System.Drawing.Color value = NColor.ColorFromString(str)
public static System.Drawing.Color ColorFromString( System.string str )
Parameters
- str