 | CaexValueIsStringValue Method |
Determines if the type code derived from the Attribute datatype is a string type.
The following type codes are recognized as string types:
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsStringValue()
Public Function IsStringValue As Boolean
public:
bool IsStringValue()
Return Value
Booleantrue, if the type code is a string type;
false otherwise.
See Also