G
Guest
Lo,
In a previous version of an app, I used replace to convert multiline text
boxes to something easier to put in a database, and then i used
replace(chr(13), "<br>") when i needed to show the data.
I'm now working on a new version of this app, and im using C# / .NET.
Obviously I'm using the old database, but I cant find out how to do
replace(chr(13), "<br>").
Basically, what's Chr(13) in C#
)
Cheers
Dan
In a previous version of an app, I used replace to convert multiline text
boxes to something easier to put in a database, and then i used
replace(chr(13), "<br>") when i needed to show the data.
I'm now working on a new version of this app, and im using C# / .NET.
Obviously I'm using the old database, but I cant find out how to do
replace(chr(13), "<br>").
Basically, what's Chr(13) in C#
Cheers
Dan