'宣言 Public Shared Function ParseARGBString( _ ByVal str As System.String _ ) As System.Drawing.Color
public static System.Drawing.Color ParseARGBString( System.string str )
パラメータ
- str
- The string to parse.
戻り値の型
The System.Drawing.Colorvalue.
'宣言 Public Shared Function ParseARGBString( _ ByVal str As System.String _ ) As System.Drawing.Color
public static System.Drawing.Color ParseARGBString( System.string str )