Share via


Helper.ConvertNonAsciiToHex Method (Microsoft.PerformancePoint.Scorecards)

Converts all non-ASCII characters in a string to unicode format (ie. \u4D2A) characters. This is especially useful when using the returned value in javascript.

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

Syntax

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

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

Parameters

  • value
    a string to convert

Return Value

converted string

See Also

Reference

Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace