IJsonValueConverterConvertValue Method |
Converts a source value that has been mapped into
a target value to the correct value type.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxvoid ConvertValue(
JToken sourceValue,
JToken targetValue
)
Sub ConvertValue (
sourceValue As JToken,
targetValue As JToken
)
void ConvertValue(
JToken^ sourceValue,
JToken^ targetValue
)
Parameters
- sourceValue
- Type: JToken
The source structure value being mapped. - targetValue
- Type: JToken
The source value mapped into the target structure.
See Also