Monday 24 December 2012

Null before ToString() Checking

Solutions 1:   
if (entry.Properties["something"].Value != null) 
{ 
}

No comments:

Post a Comment