Hi,
I have another question on how to translate a PB function to C#. The powerbuilder function I want to translate is String(blob, EncodingANSI!), I added the Description for the function. In C#, I have the "blob" defined as byte[] Buffer. My goal is to turn "Buffer" into a string, which can be done with Buffer.ToString() i think, but I am not sure how to incorporate the EncodingANSI!.