Click or drag to resize
Json.NET

JObjectTryGetValue Method

 
Overload List
  NameDescription
Public methodTryGetValue(String, JToken)
Tries to get the JToken with the specified property name.
Public methodTryGetValue(String, StringComparison, JToken)
Tries to get the JToken with the specified property name. The exact property name will be searched for first and if no matching property is found then the StringComparison will be used to match a property.
Top
See Also