LookupsJATryAdapt Method

Attempts to convert a value into a json adapted lookups.

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 LookupsJA lookups
)

Parameters

value  Object
The value to convert.
lookups  LookupsJA
The created lookups (when the method succeeds).

Return Value

Boolean
True if the conversion was successful, false otherwise.

See Also