IJsonValueConverterConvertValue Method
Converts a source value that has been mapped into
a target value to the correct value type.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
void ConvertValue(
JToken sourceValue,
JToken targetValue
)
Parameters
- sourceValue JToken
- The source structure value being mapped.
- targetValue JToken
- The source value mapped into the target structure.