Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
QuestionHow to determine hard drives? Pin
wasife19-Oct-05 4:25
wasife19-Oct-05 4:25 
AnswerRe: How to determine hard drives? Pin
Judah Gabriel Himango19-Oct-05 5:22
sponsorJudah Gabriel Himango19-Oct-05 5:22 
AnswerRe: How to determine hard drives? Pin
leppie19-Oct-05 5:55
leppie19-Oct-05 5:55 
QuestionOne finalize question Pin
zhangxinghai19-Oct-05 3:32
zhangxinghai19-Oct-05 3:32 
AnswerRe: One finalize question Pin
Rob Philpott19-Oct-05 7:16
Rob Philpott19-Oct-05 7:16 
GeneralRe: One finalize question Pin
Dan Neely19-Oct-05 7:48
Dan Neely19-Oct-05 7:48 
Questionquestion about string "\" sign Pin
Green Fuze19-Oct-05 3:25
Green Fuze19-Oct-05 3:25 
AnswerRe: question about string "\" sign Pin
User 665819-Oct-05 4:07
User 665819-Oct-05 4:07 
Copied from MSDN Library:


Escaped character Description

\a
Matches a bell (alarm) \u0007.

\b
Matches a backspace \u0008

\t
Matches a tab \u0009.

\r
Matches a carriage return \u000D.

\v
Matches a vertical tab \u000B.

\f
Matches a form feed \u000C.

\n
Matches a new line \u000A.

\e
Matches an escape \u001B.

\040
Matches an ASCII character as octal (up to three digits); numbers with no leading zero are backreferences if they have only one digit or if they correspond to a capturing group number. (For more information, see Backreferences.) For example, the character \040 represents a space.

\x20
Matches an ASCII character using hexadecimal representation (exactly two digits).

\cC
Matches an ASCII control character; for example, \cC is control-C.

\u0020
Matches a Unicode character using hexadecimal representation (exactly four digits).

modified 12-Sep-18 21:01pm.

GeneralRe: question about string "\" sign Pin
Daniel Grunwald19-Oct-05 6:26
Daniel Grunwald19-Oct-05 6:26 
GeneralRe: question about string "\" sign Pin
User 665819-Oct-05 6:36
User 665819-Oct-05 6:36 
AnswerRe: question about string "\" sign Pin
Michael P Butler19-Oct-05 10:08
Michael P Butler19-Oct-05 10:08 
QuestionSerial Ports in C# Pin
Jethro6319-Oct-05 2:49
Jethro6319-Oct-05 2:49 
AnswerRe: Serial Ports in C# Pin
Gavin Jeffrey19-Oct-05 4:09
Gavin Jeffrey19-Oct-05 4:09 
GeneralRe: Serial Ports in C# Pin
Jethro6319-Oct-05 6:58
Jethro6319-Oct-05 6:58 
Questionwhat does it need the vector cryptic.IV Pin
Sasuko19-Oct-05 1:10
Sasuko19-Oct-05 1:10 
AnswerRe: what does it need the vector cryptic.IV Pin
leppie19-Oct-05 1:42
leppie19-Oct-05 1:42 
AnswerRe: what does it need the vector cryptic.IV Pin
Doctor Nick19-Oct-05 10:20
Doctor Nick19-Oct-05 10:20 
QuestionWindows Service Urgent!!! Pin
Talktorajeev18-Oct-05 23:34
Talktorajeev18-Oct-05 23:34 
AnswerRe: Windows Service Urgent!!! Pin
leppie19-Oct-05 0:02
leppie19-Oct-05 0:02 
GeneralRe: Windows Service Urgent!!! Pin
Talktorajeev19-Oct-05 0:18
Talktorajeev19-Oct-05 0:18 
GeneralRe: Windows Service Urgent!!! Pin
leppie19-Oct-05 1:38
leppie19-Oct-05 1:38 
GeneralRe: Windows Service Urgent!!! Pin
Talktorajeev19-Oct-05 2:11
Talktorajeev19-Oct-05 2:11 
AnswerRe: Windows Service Urgent!!! Pin
leppie19-Oct-05 2:41
leppie19-Oct-05 2:41 
QuestionDetecting Sql Server Pin
_Hacker18-Oct-05 21:48
suss_Hacker18-Oct-05 21:48 
AnswerRe: Detecting Sql Server Pin
leppie18-Oct-05 22:17
leppie18-Oct-05 22:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.