Version.IFormattable.ToString(String, IFormatProvider) メソッド

定義

指定された書式を使用して現在のインスタンスの値を書式設定します。

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ formatProvider) = IFormattable::ToString;
string? IFormattable.ToString (string? format, IFormatProvider? formatProvider);
string IFormattable.ToString (string format, IFormatProvider formatProvider);
abstract member System.IFormattable.ToString : string * IFormatProvider -> string
override this.System.IFormattable.ToString : string * IFormatProvider -> string
Function ToString (format As String, formatProvider As IFormatProvider) As String Implements IFormattable.ToString

パラメーター

format
String

使用する書式。 または、実装の null 型に対して定義されている既定の形式を使用するための参照 (Nothing Visual Basic の IFormattable 場合)。

formatProvider
IFormatProvider

値の書式設定に使用するプロバイダーです。 または、オペレーティング システムの null 現在のロケール設定から数値形式情報を取得するための参照 (Nothing Visual Basic の場合)。

戻り値

指定された書式の現在のインスタンスの値。

実装

適用対象