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

...

Excerpt

Returns a string representation of the Area Range object.

Signature
C#
C#
 public virtual System.String ToString()

...

Returns

A string representation of the Area Range object.

Example
Code Block
csharp
csharp
titleC#
string colorrangeDescription = arearange.ToString();
Code Block
vb.net
vb.net
titlevb.net
Dim colorrangeDescription As String = arearange.ToString()