LookupJATryAdapt Method

Attempts to convert a value into a json adapted lookup.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static bool TryAdapt(
	Object value,
	out LookupJA lookup
)

Parameters

value  Object
The value to convert.
lookup  LookupJA
The created lookup (when the method succeeds).

Return Value

Boolean
True if the conversion was successful, false otherwise.

See Also