Point3DCollection.IFormattable.ToString(String, IFormatProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如需這個成員的說明,請參閱 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
參數
- provider
- IFormatProvider
IFormatProvider,用來格式化數值。
-或-
null
(在 Visual Basic 中為 Nothing
),用來取得作業系統之目前地區設定 (Locale) 的數值格式資訊。
傳回
String,包含指定格式中目前執行個體的值。
實作
備註
這個成員是明確介面成員實作, 只有在 Point3DCollection 執行個體轉換成 IFormattable 介面時,才能使用這個成員。