SPUsageProvider.DeserializeBase64String-Methode
Deserialisieren base64-Zeichenfolge
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Shared Function DeserializeBase64String ( _
str As String _
) As Object
'Usage
Dim str As String
Dim returnValue As Object
returnValue = SPUsageProvider.DeserializeBase64String(str)
protected static Object DeserializeBase64String(
string str
)
Parameter
- str
Typ: System.String
Rückgabewert
Typ: System.Object