H
Harold Skeggs
Hello, I'm hoping someone can point me in the right direction, or better
still, help me with a code snippet
I have the following text in a string:
"=?utf-8?B?UmHimaXDr+KBv2cgIEzimYLimYDimatpzrU=?="
I want to convert it to displayable characters, like this:
"Ra?ving L???ie"
I know I will lose non-displayable characters, and that's exactly what I
want to do with the input text but I don't know how to do it. Can anyone
give me some advice on how to go about achieving that goal, please? I'd be
very grateful as I'm a novice and this has had me stumped for two days.
I have both .NET 2003 and .NET 2005, but prefer to work in 2005, if that
helps.
still, help me with a code snippet
I have the following text in a string:
"=?utf-8?B?UmHimaXDr+KBv2cgIEzimYLimYDimatpzrU=?="
I want to convert it to displayable characters, like this:
"Ra?ving L???ie"
I know I will lose non-displayable characters, and that's exactly what I
want to do with the input text but I don't know how to do it. Can anyone
give me some advice on how to go about achieving that goal, please? I'd be
very grateful as I'm a novice and this has had me stumped for two days.
I have both .NET 2003 and .NET 2005, but prefer to work in 2005, if that
helps.