Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}Returns a string representation of the {msdn:System.Drawing.Color

...

Signature
C#C#
|Color} object.{excerpt}
{signature:C#}
 public virtual System.String ToString()
Signature
{signature}{signature:vb.net
vb.net
}
Public Overridable Function ToString() As String
Returns

A string representation of the Color object.

{signature}
{returns}A string representation of the {{Color}} object.{returns}
{example}{code:csharp|title=C#}
string color = clr.ToString();
{code}
{code:vbnet|title=vb.net
}
Dim color As String = clr.ToString(){code}

{example}
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle