Version.IFormattable.ToString(String, IFormatProvider) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定格式对当前实例的值设置格式。
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
Visual Basic 中的引用 (Nothing
) 使用为实现类型 IFormattable 定义的默认格式。
- formatProvider
- IFormatProvider
要用于格式化值的提供程序。
- 或 - null
Visual Basic 中的引用 (Nothing
) ,用于从操作系统的当前区域设置获取数字格式信息。
返回
采用指定格式的当前实例的值。