M
Murali Inguva
How do i convert VBCRFL in Csharp?
thanks
thanks
How do i convert VBCRFL in Csharp?
Murali Inguva said:Coud you please let me for VBTab Also
I dont want like "\t".
Jon Skeet said:You can always make your own name for that if you want:
const string Tab="\t";
and then use
string x = "first bit" + Tab + "second bit";
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.