Ask a Question related to ASP.NET General, Design and Development.
-
J. Ptak #1
Character conversion
Can anyone tell me how to perform the following VB
functions in C#:
Chr(13) ==> Carriage Return escape sequence
Asc("A") ==> ASCII value of the "A" character
Thanks!
J. Ptak Guest
-
Extract Character By Character in PDF
Hi I have requirement to read the content of the PDF file. I achieved it using Adobe SDK and VB.NET. I used the GetJsObject, getPageNthWord and... -
Character conversion to entities in XML
Our web team works with international translations - usually provided in Word format. We then paste these translations into XML templates.... -
InDesign ME Character Problem! Character-Change by Printing or saving *.PS!
Hi everybody! I have some problems with ME Version. When i want to print a page with FARSI-Text in it, he changes one character! on screen he... -
Chinese Character Conversion???
Hi, I've got an english site designed that I need to translate into Chinese. I've got the Chinese wording to work with but I can't figure out... -
[PHP] Mp3 Conversion, using PHP
I'm wondering if there's any crazy dude out there that would like to join me in making a class for PHP to convert Mp3's to Mp3Pro. Have you... -
Steve C. Orr, MCSD #2
Re: Character conversion
Asc("A") ==> (char)"A"
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"J. Ptak" <ptakja@NOSPAM.corning.com> wrote in message
news:0e1901c34667$6acbe8f0$a001280a@phx.gbl...>
> Can anyone tell me how to perform the following VB
> functions in C#:
>
> Chr(13) ==> Carriage Return escape sequence
> Asc("A") ==> ASCII value of the "A" character
>
> Thanks!
>
>
>
>
Steve C. Orr, MCSD Guest



Reply With Quote

