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
format
Type : System.StringLe format fourni.
Valeur renvoyée
Type : System.String
Représentation sous forme de chaîne de la paire.