Sometimes when we read the value of certain fields (lookup, user, links, etc), the value of the fields is kind of “encoded”:
For example for the FileRef field can be something like “1;#Paginas/default.aspx”
A weird value ain’t it?, what people usually do is split by # and then get the second part, that is a quite sad method…
Ho...
[Read More]