Share via


Helper.ImageFromBase64String Method (Microsoft.PerformancePoint.Scorecards)

Converts a base64 encoded string into a bitmap image.

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

Syntax

'Declaration
Public Shared Function ImageFromBase64String ( _
    imageData As String _
) As Image
'Usage
Dim imageData As String
Dim returnValue As Image

returnValue = Helper.ImageFromBase64String(imageData)
public static Image ImageFromBase64String (
    string imageData
)

Parameters

  • imageData
    String to convert from.

Return Value

Converted image.

See Also

Reference

Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace