Deserialize is not a member of String

Hi everyone,

I am a new learner of the document understanding, I download the example of Manual Validation for Digitize Documents to look into it, but there is an error said “Deserialize is not a member of String”. Can you help with it? Thank you a lot!

Hi @yu.li

Please check on this

https://docs.uipath.com/activities/other/latest/document-understanding/manual-validation-for-digitize-documents

I hope it helps!!

We cannot review the details. Deserialize is not a method from the String Class

Maybe you are looking for Deserialization of a JSON string, then:

  • use activities

Or

  • Newtonsoft.Json.JsonConvert.DeserializeObject(Of YOURCLASSNAME)(YourJSONString)

OR

  • handle it as described above in the link by proper setting the datatype and using the offered Deserialize method

Hi,

Probably, you failed to load UiPath.IntelligentOCRActivities package 2.2.0 because no longer it exits in the official feed.

So can you try to upgrade it to the latest (6.9.3) from ManagePackages?

Regards,