InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlParser Class / DecodeText Method

In This Topic
    DecodeText Method (HtmlParser)
    In This Topic
    Syntax
    'Declaration
     
    Public Function DecodeText( _
       ByVal preformatted As Boolean _
    ) As String
    public string DecodeText( 
       bool preformatted
    )

    Parameters

    preformatted
    See Also