Create.ToString - Méthode (String, IFormatProvider)

Met en forme la valeur de l'instance actuelle de l'objet à l'aide du format spécifié.

Espace de noms :  Microsoft.Office.TranslationServices.AdminUI
Assembly :  Microsoft.Office.TranslationServices (dans Microsoft.Office.TranslationServices.dll)

Syntaxe

'Déclaration
Public Function ToString ( _
    format As String, _
    formatProvider As IFormatProvider _
) As String
'Utilisation
Dim instance As Create
Dim format As String
Dim formatProvider As IFormatProvider
Dim returnValue As String

returnValue = instance.ToString(format, _
    formatProvider)
public string ToString(
    string format,
    IFormatProvider formatProvider
)

Paramètres

Valeur renvoyée

Type : System.String
La chaîne de mise en forme.

Implémentations

IFormattable.ToString(String, IFormatProvider)

Voir aussi

Référence

Create classe

Create - Membres

ToString - Surcharge

Microsoft.Office.TranslationServices.AdminUI - Espace de noms