PointCollection.IFormattable.ToString(String, IFormatProvider) Yöntem
Tanım
Bu üyenin açıklaması için bkz ToString(String, IFormatProvider) ..For a description of this member, see 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
Parametreler
- format
- String
StringKullanılacak biçimi belirtme.The String specifying the format to use.
-veya--or-
null
( Nothing
Visual Basic) uygulamanın türü için tanımlanan varsayılan biçimi kullanmak için IFormattable .null
(Nothing
in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
- provider
- IFormatProvider
IFormatProviderDeğeri biçimlendirmek için kullanılacak.The IFormatProvider to use to format the value.
-veya--or-
null
( Nothing
Visual Basic), işletim sisteminin geçerli yerel ayar ayarından sayısal biçim bilgilerini elde etmek için.null
(Nothing
in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
Döndürülenler
StringBelirtilen biçimde geçerli örneğin değerini içeren bir.A String containing the value of the current instance in the specified format.
Uygulamalar
Açıklamalar
Bu üye, açık bir arabirim üyesi uygulamasıdır.This member is an explicit interface member implementation. Bu, yalnızca PointCollection örnek bir arabirime yayınlandığınızda kullanılabilir IFormattable .It can be used only when the PointCollection instance is cast to an IFormattable interface.