Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

String Manipulation

Status
Not open for further replies.

mcox05

Programmer
Apr 25, 2006
25
0
0
US
I was curious to know if anyone had a good website or could just make a list of the litte shortcut strings that exist in c# for make quick and easy alterations to the font.

example
Code:
[COLOR=blue]string[/color] name [COLOR=red]= "&Charlie"[/color];[COLOR=green]//makes it appear as so in the GUI[/color] [u]C[/u]harlie
 
Code:
[b]Character    Constant Value[/b]

‘\n’         New line
‘\t’         Tab
‘\0’         Null character
‘\r’         Carriage return
‘\\’         Backslash

Touraj Ebrahimi
 
The ampersand is used by the Win32 display engine to indicate a keyboard accelerator. (Alt + C)

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top