
Parsing a SharePoint Lookup Field using SPFieldLookupValue
This is a quick example of parsing a SharePoint Lookup field using SPFieldLookupValue. As we know, SharePoint lookup fields are usually formed as such: [Lookup ID];#[Lookup Value] Rather than manually parsing this result (by perhaps splitting the returned string by...