JET_TABLEID。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_TABLEID
Dim format As String
Dim formatProvider As IFormatProvider
Dim returnValue As String

returnValue = instance.ToString(format, _
    formatProvider)
public string ToString(
    string format,
    IFormatProvider formatProvider
)

参数

返回值

类型: System.String
一个 字符串 ,包含指定格式的当前实例的值。

实现

IFormattable.ToString (String、IFormatProvider)

另请参阅

参考

JET_TABLEID 结构

JET_TABLEID成员

ToString 重载

Microsoft.Isam.Esent.Interop 命名空间