[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Returns a String that represents the current Object.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

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

Return Value

A String that represents the current Object.

See Also