How to convert SPFieldNumber into an int
Posted
by BeraCim
on Stack Overflow
See other posts from Stack Overflow
or by BeraCim
Published on 2010-04-17T01:59:22Z
Indexed on
2010/04/17
2:03 UTC
Read the original article
Hit count: 758
c#
|sharepoint
Sorry if the question sounds stupid... but how do I convert an SPFieldNumber into an int in C#?
I tried Convert.ToInt32, but doesnt seem to be working.
Thanks.
© Stack Overflow or respective owner