SettingRequestResult.DeserializeValue<T> 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.
Returns the setting value converted to the given type. Avoids loading Newtonsoft.Json if possible.
public:
generic <typename T>
T DeserializeValue();
public T DeserializeValue<T> ();
public T? DeserializeValue<T> ();
member this.DeserializeValue : unit -> 'T
Public Function DeserializeValue(Of T) () As T
Type Parameters
- T
The type to which the value will be converted.
Returns
T
The converted value.