Property | Value |
---|---|
Id | RCS1113 |
Category | Usage |
Severity | Info |
if (s == null || s.Length == 0) // RCS1113
{
}
if (string.IsNullOrEmpty(s))
{
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1113 |
Category | Usage |
Severity | Info |
if (s == null || s.Length == 0) // RCS1113
{
}
if (string.IsNullOrEmpty(s))
{
}
(Generated with DotMarkdown)