JET_HANDLE。ToString 方法 (String、IFormatProvider)

使用指定的格式,格式化目前執行個體的值。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

'Declaration
Public Function ToString ( _
    format As String, _
    formatProvider As IFormatProvider _
) As String
'Usage
Dim instance As JET_HANDLE
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
String,包含指定格式之目前實例的值。

實作

IFormattable.ToString (String、IFormatProvider)

另請參閱

參考

JET_HANDLE 結構

JET_HANDLE成員

ToString 多載

Microsoft.Isam.Esent.Interop 命名空間