Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Char
Message
De
10/08/2005 10:43:53
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Re: Char
Divers
Thread ID:
01039855
Message ID:
01039869
Vues:
13
>From M$ docs:
>The Char value type represents a Unicode character, also called a Unicode code point, and is implemented as a 16-bit number ranging in value from hexadecimal 0x0000 to 0xFFFF.
>
>When I look at the Character Map application that is shipped with Windows the unicode list starts at 0x0021 and ends at 0xFB02.
>
>Where can I find a definition of the characters between (and including) 0x00 and 0x20. I seem to recall that character 0x20 is space, but when I use Char.IsWhiteSpace() it returns true for 0x09, 0x0A, 0x0B, 0x0C, 0x0D and 0x20.
>
>I also notice very odd things when I try to display a character with value 0x00.
>
>Please help me understand.
>
>Thanks,
>Einar

But they're whitespace:)
9 is horizonaltab
B is verticaltab
C is formfeed
D is CR (carriage return - enter)
20 is space (spacebar)

You still have VFP, right?
_screen.fontname="terminal"
for ix=0 to 32
 ? m.ix, chr(m.ix)
endfor
I think on internet you can find ASCII table.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform