 | CAEXObjectToString Method |
Returns the value of the 'Name' attribute of this CAEX object as the string representation of the object.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
StringA
String that represents this instance.
See Also