EnumNameToValueConverterTObjectInvert Method |
Provides a reverse converter, for mapping values in the opposite direction.
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic IJsonValueConverter Invert()
Public Function Invert As IJsonValueConverter
public:
virtual IJsonValueConverter^ Invert() sealed
Return Value
Type:
IJsonValueConverterA reverse converter instance.
Implements
IJsonValueConverterInvert
See Also