UserExtensionStorageHelper.DeserializeValue<T>(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use the serializer to deserialize a value appropriately for the type.
protected T DeserializeValue<T>(object value);
member this.DeserializeValue : obj -> 'T
Protected Function DeserializeValue(Of T) (value As Object) As T
Type Parameters
- T
The type of object expected.
Parameters
- value
- Object
The value to deserialize.
Returns
An object of type T.