EnumNameToValueConverterTObjectConvertValue Method

Converts an enum name into the enum value.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping.Converters
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void ConvertValue(
	JToken sourceValue,
	JToken targetValue
)

Parameters

sourceValue  JToken
The original source value being mapped.
targetValue  JToken
The target value that the source value has been mapped to.

Implements

IJsonValueConverterConvertValue(JToken, JToken)

See Also