LookupsJATryAdapt Method
Attempts to convert a value into a json adapted lookups.
Namespace: MFiles.VAF.Configuration.JsonAdaptorAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static bool TryAdapt(
Object value,
out LookupsJA lookups
)
- value Object
- The value to convert.
- lookups LookupsJA
- The created lookups (when the method succeeds).
BooleanTrue if the conversion was successful,
false otherwise.