Share via


Helper.ConvertNonAsciiToDecimal Method (Microsoft.PerformancePoint.Scorecards)

Convert all non-ASCII characters in a string to decimal format (ie. Ӓ) characters. This is especially useful when using the returned value directly in HTML markup.

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

Syntax

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

returnValue = Helper.ConvertNonAsciiToDecimal(value)
public static string ConvertNonAsciiToDecimal (
    string value
)

Parameters

  • value
    a string to convert

Return Value

converted string

See Also

Reference

Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace