Here\'s the scenario...
if (entry.Properties[\"something\"].Value != null) attribs.something = entry.Properties[\"something\"].Value.ToString(); <
if (entry.Properties[\"something\"].Value != null) attribs.something = entry.Properties[\"something\"].Value.ToString();
Convert.ToString(entry.Properties["something"].Value);