Re: strange character problem
- From: "Bruce Wood" <brucewood@xxxxxxxxxx>
- Date: 14 Apr 2005 10:35:49 -0700
The cheap and nasty way is to do this:
Console.WriteLine("Character code is: {0}",
(int)problemString[problemString.Length - 1]);
this will print out the character code as an integer. You can then look
it up in an ASCII table.
.
- Follow-Ups:
- Re: strange character problem
- From: Eps
- Re: strange character problem
- References:
- strange character problem
- From: Eps
- Re: strange character problem
- From: Nicholas Paldino [.NET/C# MVP]
- Re: strange character problem
- From: Eps
- strange character problem
- Prev by Date: Re: How to clone a class library to a new one?
- Next by Date: Counting String tokens precisly in an html document
- Previous by thread: Re: strange character problem
- Next by thread: Re: strange character problem
- Index(es):
Relevant Pages
|