ColumnValue.ToString-Methode
Gibt eine Zeichenfolge zurück, die den aktuellen ColumnValue darstellt.
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public MustOverride Function ToString As String
'Usage
Dim instance As ColumnValue
Dim returnValue As String
returnValue = instance.ToString()
public abstract string ToString()
Rückgabewert
Typ: System.String
Eine Zeichenfolge , die den aktuellen ColumnValue darstellt.