HyperLinkColumn.FormatDataTextValue(Object) Méthode

Définition

Met en forme une légende de texte liée aux données, à l'aide du format spécifié par la propriété 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

Paramètres

dataTextValue
Object

URL liée aux données et à mettre en forme.

Retours

String

Légende de texte liée aux données, dans le format spécifié par la propriété DataTextFormatString.

Remarques

Utilisez la FormatDataTextValue méthode pour mettre en forme une valeur de légende de texte liée aux données avec le format spécifié par la DataTextFormatString propriété.

S’applique à

Voir aussi