IJsonValueConverterInvert Method

Provides an inverted converter that can be used to map values in the opposite direction.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
IJsonValueConverter Invert()

Return Value

IJsonValueConverter
An inverted converter.

See Also