Partager via


DataSchemaModel.ScriptSourcedModelElement.ToString, méthode (String, IFormatProvider)

Retourne le nom de l'élément à l'aide du format fourni et du fournisseur de format.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function ToString ( _
    format As String, _
    formatProvider As IFormatProvider _
) As String
public string ToString(
    string format,
    IFormatProvider formatProvider
)
public:
virtual String^ ToString(
    String^ format, 
    IFormatProvider^ formatProvider
) sealed
abstract ToString : 
        format:string * 
        formatProvider:IFormatProvider -> string 
override ToString : 
        format:string * 
        formatProvider:IFormatProvider -> string 
public final function ToString(
    format : String, 
    formatProvider : IFormatProvider
) : String

Paramètres

Valeur de retour

Type : System.String
Nom de l'élément mis en forme.

Implémentations

IFormattable.ToString(String, IFormatProvider)

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModel.ScriptSourcedModelElement Classe

ToString, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms