IConvertible.ToString(IFormatProvider) メソッド
定義
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
abstract member ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
パラメーター
- provider
- IFormatProvider
カルチャに固有の書式情報を提供する IFormatProvider インターフェイス実装。An IFormatProvider interface implementation that supplies culture-specific formatting information.