JsonCreationConverter<T>.FieldExists(String, JObject) Method

Definition

Does expected field exist?

protected:
 bool FieldExists(System::String ^ fieldName, Newtonsoft::Json::Linq::JObject ^ jsonObject);
protected bool FieldExists (string fieldName, Newtonsoft.Json.Linq.JObject jsonObject);
member this.FieldExists : string * Newtonsoft.Json.Linq.JObject -> bool
Protected Function FieldExists (fieldName As String, jsonObject As JObject) As Boolean

Parameters

fieldName
String
jsonObject
Newtonsoft.Json.Linq.JObject

Returns

Applies to