P
Prasad Dabak
Hello,
I have a legacy unmanaged application that returns property=value
pairs separated by chr(252)and I am trying to parse this output from
C# using string.split method.
This works fine as long as the default locale is en-US. However, the
moment, I change it to say Greek/Portuguese, the parsing logic goofs
up. I don't have access to the source code of legacy application to
make changes.
Is there any way, by which, I can change the parsing logic such that
it works irrespective of the locale?
Thanks.
-Prasad
I have a legacy unmanaged application that returns property=value
pairs separated by chr(252)and I am trying to parse this output from
C# using string.split method.
This works fine as long as the default locale is en-US. However, the
moment, I change it to say Greek/Portuguese, the parsing logic goofs
up. I don't have access to the source code of legacy application to
make changes.
Is there any way, by which, I can change the parsing logic such that
it works irrespective of the locale?
Thanks.
-Prasad