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
Wiki Markup
{description}
{excerpt}Returns a string representation of the {msdn:System.Drawing.Color|Color} object.{excerpt}
{signature:C#}
 public virtual System.String ToString()
{signature}{signature:vb.net}
Public Overridable Function ToString() As String
{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}