I am new for SharePoint less than one month. Yesterday, when I tried to get a calculated field value from the SPListItem, I always got an original value like float;#16.0000000. After one day headache, I get an idea from SDK, the SPListItemCollection has a method named GetDataTable, this method like an interpreter who translate SPFieldType into .net data type natively. so I can get the true value of the calculate field value easily.

相关文章:

  • 2022-02-03
  • 2021-07-21
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
  • 2021-08-13
  • 2021-05-17
猜你喜欢
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
相关资源
相似解决方案