VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftColor Structure / TryParseHtmlColor(String,VintasoftColor) Method
Синтаксис Требования Смотрите также
В этом разделе
TryParseHtmlColor(String,VintasoftColor) Метод (VintasoftColor)
В этом разделе
Tries to convert a HTML color representation to T:Vintasoft.Primitives.VintasoftColor.
Синтаксис
'Declaration

Public Shared Function TryParseHtmlColor( _
ByVal htmlColor
The string representation of the HTML color.
As String, _
ByRef color
The converted color.
As VintasoftColor _
) As Boolean
public static bool TryParseHtmlColor(
string htmlColor,
out VintasoftColor color
)

Parameters

htmlColor
The string representation of the HTML color.
color
The converted color.

Return Value

{b}True{/b} if HTML color representation was converted successfully; otherwise, {b}false{/b}.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также