Enum.IFormattable.ToString(String, 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(String).
To przeciążenie metody jest przestarzałe; użyj polecenia ToString(String).
virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ provider) = IFormattable::ToString;
[System.Obsolete("The provider argument is not used. Please use ToString(String).")]
string IFormattable.ToString (string format, IFormatProvider provider);
[<System.Obsolete("The provider argument is not used. Please use ToString(String).")>]
abstract member System.IFormattable.ToString : string * IFormatProvider -> string
override this.System.IFormattable.ToString : string * IFormatProvider -> string
Function ToString (format As String, provider As IFormatProvider) As String Implements IFormattable.ToString
Parametry
- format
- String
Specyfikacja formatu.
- 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, jak określono w elemecie format
.
Implementuje
- Atrybuty
Wyjątki
format
nie zawiera prawidłowej specyfikacji formatu.
format
równa się "X", ale typ wyliczenia jest nieznany.