Partager via


Pair<T1, T2>.ToString - Méthode (String)

Remplace les jetons {0} et {1} dans la chaîne de format fourni par les valeurs de chaîne des première et la deuxième les valeurs dans la paire.

Espace de noms :  Microsoft.BusinessData.Infrastructure
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Public Function ToString ( _
    format As String _
) As String
'Utilisation
Dim instance As Pair
Dim format As String
Dim returnValue As String

returnValue = instance.ToString(format)
public string ToString(
    string format
)

Paramètres

Valeur renvoyée

Type : System.String
Représentation sous forme de chaîne de la paire.

Voir aussi

Référence

Pair<T1, T2> structure

Pair<T1, T2> - Membres

ToString - Surcharge

Microsoft.BusinessData.Infrastructure - Espace de noms