[]
Decodes an object from a base64 string (inverse of EncodeObject).
public static object DecodeObject(string s, Type preferType = null)
Public Shared Function DecodeObject(s As String, Optional preferType As Type = Nothing) As Object
| Type | Name | Description |
|---|---|---|
| string | s | base64 encoded string |
| Type | preferType |
| Type | Description |
|---|---|
| object | The result of Decodes object. |