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();
attribs.something = string.Format("{0}",entry.Properties["something"].Value)