LookupJATryAdapt Method
Attempts to convert a value into a json adapted lookup.
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 LookupJA lookup
)
- value Object
- The value to convert.
- lookup LookupJA
- The created lookup (when the method succeeds).
BooleanTrue if the conversion was successful,
false otherwise.