cancel
Showing results for 
Search instead for 
Did you mean: 

SAP C4C Converts a binary value to a string using UTF-8 encoding.

07-02-2017 10:40 AM
1700 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello everyone ,

I met a problem :

I read my attachment.csv file want to get some information.

I convert its content to string by using "var docContent = doc.FileContent.BinaryObject.content.ToString();"

But this will translate Chinese into garbled.

Can anyone give me some advice if I want to get current Chinese from binary value

Looking froward to your reply

Thanks in advance!

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Okay,

This is a silly question that I should translate my CSV file into UTF-8 before I upload it

Thanks

Answers (0)