IsEmpty / IsNotEmpty Details

Description: Checks if any value type is empty.
Language: C#   Type: System.ValueType
Author: Patrick A. Lorenz   Downloads: 8
Source code Copy to clipboard
Submitted: 2008/3/19
E-Mail: lorenz@pgk.de
Rating:  2 Votes
Example:

Comments

return !value.IsEmpty(); // instead of return (value.IsEmpty() == false); Submitted by axe on 2/24/2009 6:49:28 AM
Submit your comment
 
 
 
 
Captcha:
Enter the code shown: