Helper.GetObjectFromCompressedBase64String Method (Microsoft.PerformancePoint.Scorecards)
Get an object from a compressed base 64 string
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Shared Function GetObjectFromCompressedBase64String ( _
base64String As String _
) As Object
'Usage
Dim base64String As String
Dim returnValue As Object
returnValue = Helper.GetObjectFromCompressedBase64String(base64String)
public static Object GetObjectFromCompressedBase64String (
string base64String
)
Parameters
- base64String
The compressed base 64 string
Return Value
The uncompressed object
See Also
Reference
Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace