IHtmlGenerator.FormatValue(Object, String) Méthode

Définition

Mettez en forme une valeur.

public:
 System::String ^ FormatValue(System::Object ^ value, System::String ^ format);
public string FormatValue (object value, string format);
abstract member FormatValue : obj * string -> string
Public Function FormatValue (value As Object, format As String) As String

Paramètres

value
Object

Valeur à mettre en forme.

format
String

Format à utiliser.

Retours

Valeur mise en forme.

S’applique à