Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns a string representation of the Area object.

Signature
C#
C#
 public virtual System.String ToString()
Signature
vb.net
vb.net
Public Overridable Function ToString() As String
Returns

A string representation of the Area object.

Example
Code Block
csharp
csharp
titleC#
string areaDescription = area.ToString();
Code Block
vb.net
vb.net
titlevb.net
Dim areaDescription As String = area.ToString()
Scrollbar