Returns a String that represents the current Object.

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override
F#
abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

Type: String
A String that represents the current Object.

See Also