HI,
I have an incoming file that will pass a BizTalk mapper. I need to identify if there is a 3byte chinese character in one of the field of the file (file is an xml). I already got an idea how to find the 3 byte character. However, How can I convert this into its Hex Value? The Hex value is that I will send to the output schema then send to a DB2 server.
Thanks.