Array.ToString method
| Explanation | Returns each element of the Array as a comma separated string. | |
| Call format | var data = arr.ToString( ) | |
| Return value | Returns a string that combines each element of the Array as a string. | |
| Argument | None | |
| Exception | None | |
| Example of use | | |
| Related item | ||