DoubleCollection.IFormattable.ToString(String, IFormatProvider) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关此成员的说明,请参见 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
指定要使用的格式的 String。
- 或 -
如果为 null
(在 Visual Basic 中为 Nothing
),则使用为 IFormattable 实现的类型定义的默认格式。
- provider
- IFormatProvider
用于格式化该值的 IFormatProvider。
- 或 -
如果为 null
(在 Visual Basic 中为 Nothing
),则从操作系统的当前区域设置中获取数字信息。
返回
一个 String,包含具有指定格式的当前实例的值。
实现
注解
此成员是显式接口成员的实现。 它只能在 DoubleCollection 实例被强制转换为 IFormattable 接口时使用。