ColumnValueOfStruct<T>.ToString method

Gets a string representation of this object.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ColumnValueOfStruct
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
A string representation of this object.

See also

Reference

ColumnValueOfStruct<T> class

ColumnValueOfStruct<T> members

Microsoft.Isam.Esent.Interop namespace