PathFigureCollection.IFormattable.ToString(String, IFormatProvider) 方法

定義

如需這個成員的說明,請參閱 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

參數

format
String

String,指定要使用的格式。

-或-

null (在 Visual Basic 中為 Nothing),用來使用 IFormattable 實作型別的已定義預設格式。

provider
IFormatProvider

IFormatProvider,用來格式化數值。

-或-

null (在 Visual Basic 中為 Nothing),用來取得作業系統之目前地區設定 (Locale) 的數值格式資訊。

傳回

String,包含指定格式中目前執行個體的值。

實作

備註

這個成員是明確介面成員實作, 只有在 PathFigureCollection 執行個體轉換成 IFormattable 介面時,才能使用這個成員。

適用於