|
-
Jan 16th, 2005, 02:05 AM
#1
Thread Starter
Fanatic Member
what takes place of the old chr and asc functions from vb6 in vb.net?
what takes place of the old chr and asc functions from vb6 in vb.net?
-
Jan 16th, 2005, 03:12 AM
#2
Fanatic Member
Re: what takes place of the old chr and asc functions from vb6 in vb.net?
If wishes were fishes we'd all cast nets.
-
Jan 16th, 2005, 06:09 PM
#3
Thread Starter
Fanatic Member
Re: what takes place of the old chr and asc functions from vb6 in vb.net?
 Originally Posted by Graff
chr and asc
Figured someone would say that. Yeah I know, thats because .NET continued support of those functions, but I also thought .NET had its own methods for string objects similar to the old chr and asc vb6 functions.
-
Jan 16th, 2005, 08:46 PM
#4
Addicted Member
Re: what takes place of the old chr and asc functions from vb6 in vb.net?
for the 'asc' function, try
for the 'chr' function, try
Also take a look at System.Text.ASCIIEncoding for conversion between byte arrays and strings in ascii.
Hope this helps
There are no stupid questions, but a whole bunch of dumb sayings !
Save time on database code, try DataLG !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|