'Declaration Public Shared Function TryParseHtmlColor( _
ByVal htmlColorThe string representation of the HTML color.As System.String, _
ByRef colorThe converted color.As VintasoftColor _
) As Boolean
public static bool TryParseHtmlColor(
System.String htmlColor,
out VintasoftColor color
)
public: static bool TryParseHtmlColor(
System.String htmlColor,
[PARAMFLAG::Out] VintasoftColor color
)
public:
static bool TryParseHtmlColor(
System.String htmlColor,
[Out] VintasoftColor color
)
Parameters
- htmlColor
- The string representation of the HTML color.
- color
- The converted color.
Return Value
True if HTML color representation was converted successfully; otherwise, false.