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

定义

此成员支持Windows Presentation Foundation (WPF) 基础结构,不应直接从代码使用。 有关此成员的说明,请参见 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

指定要使用的格式的字符串。

- 或 -

null,表示使用为 IFormattable 实现的类型定义的默认格式。

provider
IFormatProvider

用于格式化该值的 IFormatProvider

- 或 -

从操作系统的当前区域设置中获取数字格式信息的 null

返回

一个字符串,包含采用指定格式的当前实例的值。

实现

适用于