Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the adjusted value after applying the multiplier, formatting, and culture information.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetOverrideFormattedValue ( _
raw As Decimal _
) As String
'Usage
Dim instance As KpiMeasure
Dim raw As Decimal
Dim returnValue As String
returnValue = instance.GetOverrideFormattedValue(raw)
public string GetOverrideFormattedValue(
decimal raw
)
Parameters
raw
Type: System.DecimalThe initial value.
Return Value
Type: System.String
The adjusted value after applying the multiplier, formatting, and culture information.