I want a VB.NET code
I have...
Dim strXML as string="
A
100001
I have to parse that xml and encrypt the Card/Bank/SSN values and get the output as below
*Basically the elementName can be any thing and I have to filter then and find out if there are words like Card/Bank/SSN in the ElementTagName, I have to encrypt the value.
Dim strXML as string="
100001
Salman BegPosted Feb 14, 2019, 9:16 PM