IJsonValueConverterConvertValue Method

Converts a source value that has been mapped into a target value to the correct value type.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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.

See Also