IConvertible.ToString(IFormatProvider) Méthode

Définition

Convertit la valeur de cette instance en String équivalent à l'aide des informations de mise en forme propres à la culture spécifiées.

public:
 System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
public string ToString (IFormatProvider? provider);
abstract member ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String

Paramètres

provider
IFormatProvider

Implémentation de l'interface IFormatProvider qui fournit des informations de mise en forme propres à la culture.

Retours

String

Instance de String équivalant à la valeur de cette instance.

S’applique à