HtmlFromXamlConverter Class

HtmlToXamlConverter is a static class that takes an HTML string and converts it into XAML

Definition

Namespace: TextCompare
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static class HtmlFromXamlConverter
Inheritance
Object    HtmlFromXamlConverter

Methods

ConvertXamlToHtml Main entry point for Xaml-to-Html converter. Converts a xaml string into html string.

See Also