[]
Decodes an object from a base64 string (inverse of EncodeObject).
public static object DecodeObject(string s)
Public Shared Function DecodeObject(s As String) As Object
Type | Name | Description |
---|---|---|
string | s | base64 encoded string |
Type | Description |
---|---|
object |