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

定义

使用指定格式对当前实例的值设置格式。

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ formatProvider) = IFormattable::ToString;
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 Visual Basic) Nothing 中的引用 (,以使用为实现类型 IFormattable 定义的默认格式。

formatProvider
IFormatProvider

要用于格式化值的提供程序。 - 或 - null Visual Basic) Nothing 中的引用 (,用于从操作系统的当前区域设置获取数字格式信息。

返回

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

实现

适用于