P
Prakash
Hi Friends,
Using Remoting concept, i have send WCHAR[] values from VC++.net
applicaiton to C# applicaiton. In my C# application it is treated as
unsigned shot[]. I need to convert it back to string and display it.
I tried with TypeConverter.GetConverter().ConvertToString()
functionality. and String.Format() functionality. But i get the value
as "System.UInt16" as string.
Please help me to solve this issue.
Regards,
Prakash.
Using Remoting concept, i have send WCHAR[] values from VC++.net
applicaiton to C# applicaiton. In my C# application it is treated as
unsigned shot[]. I need to convert it back to string and display it.
I tried with TypeConverter.GetConverter().ConvertToString()
functionality. and String.Format() functionality. But i get the value
as "System.UInt16" as string.
Please help me to solve this issue.
Regards,
Prakash.