FontStyle.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.
Aby uzyskać opis tego elementu członkowskiego, zobacz ToString(String, IFormatProvider).
virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ provider) = IFormattable::ToString;
string IFormattable.ToString (string format, IFormatProvider provider);
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
Określenie String formatu do użycia.
-lub-
null
aby użyć domyślnego formatu zdefiniowanego dla typu implementacji IFormattable .
- provider
- IFormatProvider
Element IFormatProvider , który ma być używany do formatowania wartości.
-lub-
null
aby uzyskać informacje o formacie liczbowym z bieżącego ustawienia regionalnego systemu operacyjnego.
Zwraca
Element String zawierający wartość bieżącego wystąpienia w określonym formacie.