'Declaration Public Shared Function ParseARGBString( _ ByVal str As System.String _ ) As System.Drawing.Color
public static System.Drawing.Color ParseARGBString( System.string str )
Parameters
- str
- The string to parse.
Return Value
The System.Drawing.Colorvalue.