|
-
Jan 15th, 2003, 10:01 PM
#1
CHR() function?
is there a way to create a character by its ascii code without using the chr function?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 16th, 2003, 02:14 AM
#2
Registered User
I just have to ask:
If there is, how would you benefit?
-
Jan 16th, 2003, 06:46 PM
#3
Originally posted by Athley
I just have to ask:
If there is, how would you benefit?
well CHR is listed under ms.visualbasic... I was wondering what is used for this in C#?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 17th, 2003, 12:39 AM
#4
Fanatic Member
There should be something in the System.Text namespace.
Using VB.NET 2003/.NET 1.1/C# 2.0
http://del.icio.us/rajoo
Blow your mind, smoke gunpowder
Ashes to ashes, dust to dust
If God won't have you, the devil will. - Author unknown
Don't follow me, I'm lost too ...
-
Jan 17th, 2003, 03:27 AM
#5
Registered User
Aha I see..... well there is one here as well.....
Thought it was that one you meant, I didn't know of the one you mentioned though.
-
Jan 17th, 2003, 09:49 PM
#6
hmm then I guess I dont know how to use the Object Browser feature.... I just searched for Chr in there and it only shows Microsoft.VisualBasic.Chr()
why isnt the Strings.Chr() one listed there?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 18th, 2003, 10:45 AM
#7
Registered User
-
Jan 18th, 2003, 01:47 PM
#8
In C# I would do
char c = (char)65;
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
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
|