HyperLinkField.FormatDataTextValue(Object) メソッド

定義

DataTextFormatString プロパティに指定された書式指定文字列を使って、キャプション テキストに書式を適用します。

protected:
 virtual System::String ^ FormatDataTextValue(System::Object ^ dataTextValue);
protected virtual string FormatDataTextValue (object dataTextValue);
abstract member FormatDataTextValue : obj -> string
override this.FormatDataTextValue : obj -> string
Protected Overridable Function FormatDataTextValue (dataTextValue As Object) As String

パラメーター

dataTextValue
Object

書式を適用するテキスト値。

戻り値

String

書式適用済みのテキスト値。

注釈

このFormatDataTextValueメソッドは、プロパティでDataTextFormatString指定された書式指定文字列を使用して、オブジェクト内HyperLinkFieldのハイパーリンクのキャプション テキストを書式設定するために使用されるヘルパー メソッドです。

注意

このメソッドは、主にコントロールの開発者によって使用されます。

適用対象