Thursday, 22 December 2022

C# predefined methods


C# | IsNullOrEmpty() Method


>In c# sometimes we need to check string contains emtpy or null then
 use above predefined method. isnulloremtpy.
How to use:
string.IsnullOrEmty(give here yourvalue)
for more predefined methods check below link



refer this Link

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...