JsonValueExtensions.TryReadAsType Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Tries to read the JsonValueExtensions as a type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member TryReadAsType<T>(JsonValue, T) Tries to read the JsonValueExtensions as a generic type.
Public methodStatic member TryReadAsType(JsonValue, Type, Object) Tries to read the JsonValueExtensions as a type.

Top

See Also

Reference

JsonValueExtensions Class

System.Runtime.Serialization.Json Namespace