Click or drag to resize

CaexValueIsBinaryValue Method

Determines if the type code derived from the Attribute datatype is a binary type.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool IsBinaryValue()

Return Value

Boolean
true, if the type code defines a binary type; otherwise false.
See Also