JET_DBID。ToString 方法 (String、IFormatProvider)
使用指定格式对当前实例的值设置格式。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Function ToString ( _
format As String, _
formatProvider As IFormatProvider _
) As String
'Usage
Dim instance As JET_DBID
Dim format As String
Dim formatProvider As IFormatProvider
Dim returnValue As String
returnValue = instance.ToString(format, _
formatProvider)
public string ToString(
string format,
IFormatProvider formatProvider
)
parameters
format
类型: System.String指定要使用的格式的 字符串 。 - 或 - null 以使用为 IFormattable 实现的类型定义的默认格式。
formatProvider
类型: System.IFormatProvider用于设置值格式的 IFormatProvider 。 - 或 - null,用于从操作系统的当前区域设置获取数字格式信息。
返回值
类型: System.String
一个 字符串 ,包含指定格式的当前实例的值。
实现
IFormattable.ToString (String、IFormatProvider)