[]
        
(Showing Draft Content)

FarPoint.Win.Serializer.DecodeObject

DecodeObject Method

DecodeObject(string, Type)

Decodes an object from a base64 string (inverse of EncodeObject).

Declaration
public static object DecodeObject(string s, Type preferType = null)
Public Shared Function DecodeObject(s As String, Optional preferType As Type = Nothing) As Object
Parameters
Type Name Description
string s

base64 encoded string

Type preferType
Returns
Type Description
object

The result of Decodes object.