Enum.IConvertible.ToString(IFormatProvider) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
The provider argument is not used. Please use ToString().
To przeciążenie metody jest przestarzałe; użyj ToString() zamiast tego.
virtual System::String ^ System.IConvertible.ToString(IFormatProvider ^ provider) = IConvertible::ToString;
[System.Obsolete("The provider argument is not used. Please use ToString().")]
string IConvertible.ToString (IFormatProvider provider);
[<System.Obsolete("The provider argument is not used. Please use ToString().")>]
abstract member System.IConvertible.ToString : IFormatProvider -> string
override this.System.IConvertible.ToString : IFormatProvider -> string
Function ToString (provider As IFormatProvider) As String Implements IConvertible.ToString
Parametry
- provider
- IFormatProvider
Implementacja dostarczająca IFormatProvider informacje specyficzne dla kultury dotyczące formatu zwracanej wartości. Ten argument nie jest używany.
Zwraca
Ciąg reprezentujący wartość tego wystąpienia.
Implementuje
- Atrybuty