The IsNullOrEmpty() Story with C(blog.sb2.fr)
submitted by
ethilik(1855) 3 years, 5 months ago
Today i'm talking about the method IsNullOrEmpty that already exists on System.String class.
We often need to use it on other types of objects like :
StringBuilder
All types of Collection that implementes ICollection
Generic Collections
Streams
...
So in order to solve that issue here is a few set of IsNullOrEmpty Extension Method.
|category: C#
|Views: 13
tags:
C# another
Everyones tags:
Your Tags: