IMemberInfo.DeserializeValue(String) Method
Deserializes an object’s member value from a string.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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