EnumValueToNameConverterTObjectConvertValue Method |
Converts an enum name into the enum value.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic void ConvertValue(
JToken sourceValue,
JToken targetValue
)
Public Sub ConvertValue (
sourceValue As JToken,
targetValue As JToken
)
public:
virtual void ConvertValue(
JToken^ sourceValue,
JToken^ targetValue
) sealed
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