3 references to TryConvertValue
Microsoft.AspNetCore.JsonPatch (3)
Internal\DynamicObjectAdapter.cs (3)
95
if (!
TryConvertValue
(value, property.GetType(), contractResolver, out var convertedValue))
127
if (!
TryConvertValue
(value, property.GetType(), contractResolver, out var convertedValue))
239
return
TryConvertValue
(value, propertyType, null, out convertedValue);