JET_DBID。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_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
)
參數
format
類型: System.String字串,指定要使用的格式。 -或- null,使用針對 IFormattable 實作類型所定義的預設格式。
formatProvider
類型: System.IFormatProvider用來格式化值的 IFormatProvider 。 -或- null,可從作業系統的目前地區設定取得數值格式資訊。
傳回值
類型: System.String
String,包含指定格式之目前實例的值。
實作
IFormattable.ToString (String、IFormatProvider)