Skip to main content
A newer version of this page is available. .

IMemberInfo.DeserializeValue(String) Method

Deserializes an object’s member value from a string.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

object DeserializeValue(
    string value
)

Parameters

Name Type Description
value String

A string that holds the serialized value of an object’s member.

Returns

Type Description
Object

An object that represents the deserialized value of the member.

See Also