|
-
Dec 17th, 2004, 01:32 AM
#1
Thread Starter
Addicted Member
ChartAt(index) in C#?
Hi,
The charAt method returns a character value equal to the character at the specified index. The first character in a string is at index 0, the second is at index 1, and so forth. Values of index out of valid range return an empty string.
CharAt is not available in C# or something like that. I would like to know which member I could use, so I can do the same thing as CharAt?
Thanks,
McoreD
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
|