CollectionBaseTToString Method |
Shows the string representation of the collection. The string representation contains
a list of the items in the collection. Contained collections (except string) are expanded
recursively.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override string ToString()
public:
virtual String^ ToString() override
Return Value
Type:
StringThe string representation of the collection.
See Also