RichTextBox for UWP/WinRT
ConvertFromDocument(C1Document,HtmlEncoding) メソッド

文字列に変換する C1Document
スタイルを HTML ドキュメントにエンコードするための HtmlEncoding
C1Document の文字列表現を作成します。
構文
'宣言
 
Public Overloads Function ConvertFromDocument( _
   ByVal doc As C1Document, _
   ByVal encoding As HtmlEncoding _
) As System.String
public System.string ConvertFromDocument( 
   C1Document doc,
   HtmlEncoding encoding
)

パラメータ

doc
文字列に変換する C1Document
encoding
スタイルを HTML ドキュメントにエンコードするための HtmlEncoding

戻り値の型

ドキュメントの HTML 表現を含む文字列。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

HtmlFilter クラス
HtmlFilter メンバ
オーバーロード一覧

Send Feedback