ColumnValue.ToString method

Returns a String that represents the current ColumnValue.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  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()

Return value

Type: System.String
A String that represents the current ColumnValue.

See also

Reference

ColumnValue class

ColumnValue members

Microsoft.Isam.Esent.Interop namespace