[]
        
(Showing Draft Content)

FarPoint.Win.Serializer.DecodeObject

DecodeObject Method

DecodeObject(string)

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

Declaration
public static object DecodeObject(string s)
Public Shared Function DecodeObject(s As String) As Object
Parameters
Type Name Description
string s

base64 encoded string

Returns
Type Description
object