GridColor.ToString Method (Microsoft.PerformancePoint.Scorecards)
Converts 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
A string with the format: #rrggbb.
See Also
Reference
GridColor Class
GridColor Members
Microsoft.PerformancePoint.Scorecards Namespace