Returns a String representation of the object represented by this identity.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function ToString As String
C#
string ToString()
Visual C++
String^ ToString()
JavaScript
function toString();

Return Value

A String representing the object.

ToggleSee Also