Hey Guys,
Currently, I am using the below code:
Dim oReqDoc as XmlDocument
Dim requiredBytes As Byte()
requiredBytes =
System.Text.UTF 8Encoding.UTF8. GetBytes(oReqDo c.InnerXml).
Here, I am encoding my xml string in UTF8 format.
I want to convert my code to encode the xml string in 'ISO-8859-1'
format.
Any help is appreciated..
Thx,
Chris
Currently, I am using the below code:
Dim oReqDoc as XmlDocument
Dim requiredBytes As Byte()
requiredBytes =
System.Text.UTF 8Encoding.UTF8. GetBytes(oReqDo c.InnerXml).
Here, I am encoding my xml string in UTF8 format.
I want to convert my code to encode the xml string in 'ISO-8859-1'
format.
Any help is appreciated..
Thx,
Chris
Comment