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

Msdn
System.Drawing.Color
System.Drawing.Color
1Color
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 Color object.

Example
Code Block
csharp
csharp
titleC#
string color = clr.ToString();
Code Block
vbnet
vbnet
titlevb.net
Dim color As String = clr.ToString()