dotnet / dotnet/dotnet-api-docs
string.IsNullOrEmpty() vs. String.IsNullOrEmpty()
Open
area-System.Runtime
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
When we specify `String.IsNullOrEmpty()` in our code, Visual Studio recommends that we lowercase the 'S' - hence `string.IsNullOrEmpty()`.
Contributor guide
Assessment
This issue has not been assessed yet.