In This Topic
Parses ARGB string and returns the
System.Drawing.Color value.
Syntax
'Declaration
Public Shared Function ParseARGBString( _
ByVal As String _
) As Color
public static Color ParseARGBString(
string
)
Parameters
- str
- The string to parse.
Return Value
See Also