JET_TABLEID. Méthode ToString (String, IFormatProvider)

Met en forme la valeur de l’instance actuelle en utilisant le format spécifié.

Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'Declaration
Public Function ToString ( _
    format As String, _
    formatProvider As IFormatProvider _
) As String
'Usage
Dim instance As JET_TABLEID
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

  • format
    Type : System.String

    Chaîne spécifiant le format à utiliser ; ou, null pour utiliser le format par défaut défini pour le type de l’implémentation IFormattable.

  • Formatprovider
    Type : System.IFormatProvider

    IFormatProvider à utiliser pour mettre en forme la valeur ; ou, null pour obtenir les informations de format numérique à partir du paramètre de paramètres régionaux actuels du système d’exploitation.

Valeur retournée

Type : System.String
Chaîne contenant la valeur du instance actuel au format spécifié.

Implémente

IFormattable.ToString(String, IFormatProvider)

Voir aussi

Informations de référence

structure JET_TABLEID

JET_TABLEID membres

Surcharge ToString

Espace de noms Microsoft.Isam.Esent.Interop