ArrayToObjectConverterTObjectConvertValue Method |
Converts an array to an object, by mapping each array item to a
correspondingly ordered data member.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic void ConvertValue(
JToken sourceValue,
JToken targetValue
)
Parameters
- sourceValue
- Type: JToken
The original source value being mapped. - targetValue
- Type: JToken
The target value that the source value has been mapped to.
Implements
IJsonValueConverterConvertValue(JToken, JToken)
See Also