JET_COLUMNID. Méthode ToString (String, IFormatProvider)

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

Namespace: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_COLUMNID
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 des paramètres régionaux actuels du système d’exploitation.

Valeur retournée

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

Implémente

IFormattable.ToString(String, IFormatProvider)

Voir aussi

Informations de référence

JET_COLUMNID structure

JET_COLUMNID membres

Surcharge ToString

Espace de noms Microsoft.Isam.Esent.Interop