Chili.Opf3 Send comments on this topic.
ToString Method
See Also 
Chili.Opf3.Query.OPathParser Namespace > OPathException Class : ToString Method




Returns a string representation of the current instance of the class.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As OPathException
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()
Managed Extensions for C++ 
public: string* ToString(); override 
C++/CLI 
public:
String^ ToString(); override 

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also