Closed kellyethridge closed 4 years ago
When passing in an array, a Type Mismatch error occurred.
Type Mismatch
The Object.ToString method should be able to handle any type passed in. Anything that is not explicitly supported should just return the result of TypeName.
Object.ToString
TypeName
When passing in an array, a
Type Mismatch
error occurred.The
Object.ToString
method should be able to handle any type passed in. Anything that is not explicitly supported should just return the result ofTypeName
.