Home / Vulnerability Database / C-sharp : Incorrect usage of ToString() on array
C#

C-sharp : Incorrect usage of ToString() on array

Classification

Overview

A ToString() method is called on an array. In C#, the method’s call returns a string containing the array’s type, not the representation of the elements of the array as a string.

Applying method ToString() to an array is not a vulnerability, but may be an indicator of poor code quality.

LOW

DerScanner Severity Score

Do you want to fix C-sharp : Incorrect usage of ToString() on array in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined