Int32Rect.IFormattable.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

要使用的格式。

provider
IFormatProvider

要用于格式化值的提供程序。

返回

String

采用指定格式的当前实例的值。

实现

注解

此成员是显式接口成员的实现。 它只能在 Int32Rect 实例被强制转换为 IFormattable 接口时使用。

适用于