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