 | CaexValueIsBinaryValue Method |
Determines if the type code derived from the Attribute datatype is a binary type.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsBinaryValue()
Public Function IsBinaryValue As Boolean
public:
bool IsBinaryValue()
Return Value
Booleantrue, if the type code defines a binary type; otherwise
false.
See Also