FieldTemplateUserControl.FormatFieldValue(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Applique le codage HTML et la mise en forme à une chaîne qui sera affichée.
public:
virtual System::String ^ FormatFieldValue(System::Object ^ fieldValue);
public virtual string FormatFieldValue (object fieldValue);
abstract member FormatFieldValue : obj -> string
override this.FormatFieldValue : obj -> string
Public Overridable Function FormatFieldValue (fieldValue As Object) As String
Paramètres
- fieldValue
- Object
Valeur du champ de données à mettre en forme.
Retours
Valeur mise en forme.