Share via


GridColor.ToString method

Converts this object to a string.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As GridColor
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
The string representation of this object, which uses the format #rrggbb.

See also

Reference

GridColor class

GridColor members

Microsoft.PerformancePoint.Scorecards namespace