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.
Extracts the left and right symbols from the dictionary.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Sub ExtractQueryResultEmbeddedSymbols ( _
displayValue As String, _
cultureNumberFormat As NumberFormatInfo, _
ByRef leftSymbol As String, _
ByRef rightSymbol As String _
)
'Usage
Dim displayValue As String
Dim cultureNumberFormat As NumberFormatInfo
Dim leftSymbol As String
Dim rightSymbol As StringQueryResult.ExtractQueryResultEmbeddedSymbols(displayValue, _
cultureNumberFormat, leftSymbol, _
rightSymbol)
public static void ExtractQueryResultEmbeddedSymbols(
string displayValue,
NumberFormatInfo cultureNumberFormat,
ref string leftSymbol,
ref string rightSymbol
)
Parameters
- displayValue
Type: System.String
- cultureNumberFormat
Type: System.Globalization.NumberFormatInfo
- leftSymbol
Type: System.String
- rightSymbol
Type: System.String
Remarks
ExtractQueryResultEmbeddedSymbols is used by the Export to Excel feature.