User2056817590 posted
return json.ContainsKey(key) ? XmlConvert.ToDateTime(json[key].ReadAs<String>(), XmlDateTimeSerializationMode.Local) : DateTime.MinValue;
Severity Code Description Project File Line Suppression State
Error CS1061 'JsonValue' does not contain a definition for 'ReadAs' and no accessible extension method 'ReadAs' accepting a first argument of type 'JsonValue' could be found (are you missing a using directive or an assembly reference?)
LBCT.N4.Model C:\N4 Adapter\Microsoft.NET\Source\Projects\LBCT.N4.Model\Access\LBCTBaseAccess.cs 40 Active