Vector3D.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.
Ten element członkowski jest częścią infrastruktury Windows Presentation Foundation (WPF) i nie jest przeznaczony do bezpośredniego użycia przez kod. Aby uzyskać opis tego członka, 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
Ciąg określający format 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
Reprezentacja ciągu tego obiektu.