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

Public Shared Function FromHtml( _
ByVal htmlColor
The string representation of the Html color to translate.
As String _
) As VintasoftColor
public static VintasoftColor FromHtml(
string htmlColor
)

Parameters

htmlColor
The string representation of the Html color to translate.

Return Value

The T:Vintasoft.Primitives.VintasoftColor structure that represents the translated HTML color or F:Vintasoft.Primitives.VintasoftColor.Empty if {i}htmlColor{/i} is {b}null{/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

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