Property | Value |
---|---|
Id | RCS1097 |
Category | Redundancy |
Severity | Info |
string x = s.ToString(); // RCS1097
string x = s;
string x = $"{s.ToString()}"; // RCS1097
string x = $"{s}";
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1097 |
Category | Redundancy |
Severity | Info |
string x = s.ToString(); // RCS1097
string x = s;
string x = $"{s.ToString()}"; // RCS1097
string x = $"{s}";
(Generated with DotMarkdown)