Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.57 KB

jet-retinfo.tostring-method.md

File metadata and controls

66 lines (51 loc) · 1.57 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: JET_RETINFO.ToString method
JET_RETINFO.ToString method
ToString method
M:Microsoft.Isam.Esent.Interop.JET_RETINFO.ToString
55103868
07/30/2014
reference
Microsoft.Isam.Esent.Interop.JET_RETINFO.ToString
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.JET_RETINFO.ToString
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

JET_RETINFO.ToString method

Returns a String that represents the current JET_RETINFO.

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 JET_RETINFO
Dim returnValue As String

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

Return value

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

See also

Reference

JET_RETINFO class

JET_RETINFO members

Microsoft.Isam.Esent.Interop namespace