To get the raw value of a field on the Context Item:
Sitecore.Context.Item["Field Name"];
To get the raw value of a field on a given item, item:
item
item["Field Name"];