"Egghead" <robertlo@NO_SHAW.CA> schrieb:
> I thought there were some easy ways to replace any funny characters in the
> string. I tried the vblf, vbcr, vbcrlf, and it did nothing.
> BTW, how to repersent '\0' in VB.net? "\0" means \0 in VB.net
'ControlChars.NullChar' or 'vbNullChar'.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Egghead - 25 Jul 2007 22:17 GMT
Hi thanks,
It is the nullchar. After I apply the replace method, I can convert the
whole string. The funny thing is that I get those funny characters as well
:)

Signature
cheers,
RL
> "Egghead" <robertlo@NO_SHAW.CA> schrieb:
>> I thought there were some easy ways to replace any funny characters in
>> the string. I tried the vblf, vbcr, vbcrlf, and it did nothing.
>> BTW, how to repersent '\0' in VB.net? "\0" means \0 in VB.net
>
> 'ControlChars.NullChar' or 'vbNullChar'.