Share via


Helper.BoolToString Method (Microsoft.PerformancePoint.Scorecards)

Converts a boolean to a localized string.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function BoolToString ( _
    value As Boolean _
) As String
'Usage
Dim value As Boolean
Dim returnValue As String

returnValue = Helper.BoolToString(value)
public static string BoolToString (
    bool value
)

Parameters

  • value
    The boolean value to convert

Return Value

The string representation of the boolean value

See Also

Reference

Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace