Click here to Skip to main content
15,887,819 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read large text files with c# Pin
JoeSox7-Mar-06 7:51
JoeSox7-Mar-06 7:51 
GeneralRe: Read large text files with c# Pin
MrWeiland7-Mar-06 21:43
MrWeiland7-Mar-06 21:43 
GeneralRe: Read large text files with c# Pin
JoeSox8-Mar-06 3:28
JoeSox8-Mar-06 3:28 
GeneralRe: Read large text files with c# Pin
hackerhcm7-Mar-06 23:44
hackerhcm7-Mar-06 23:44 
GeneralRe: Read large text files with c# Pin
JoeSox8-Mar-06 3:25
JoeSox8-Mar-06 3:25 
QuestionHow to get the real Length(size) of UTF8 String? Pin
pmasknguyen7-Mar-06 5:56
pmasknguyen7-Mar-06 5:56 
AnswerRe: How to get the real Length of UTF8 String? Pin
Dario Solera7-Mar-06 5:57
Dario Solera7-Mar-06 5:57 
AnswerRe: How to get the real Length(size) of UTF8 String? Pin
Guffa7-Mar-06 6:57
Guffa7-Mar-06 6:57 
The length of an UTF8 string can be interpreted in two ways:

1. The number of bytes that the encoded data uses.

2. The number of character that the decoded data contains.

The Encoding class has the GetByteCount to calculate the first one, and GetCharCount to calculate the second one.

---
b { font-weight: normal; }

GeneralRe: How to get the real Length(size) of UTF8 String? Pin
pmasknguyen7-Mar-06 13:20
pmasknguyen7-Mar-06 13:20 
QuestionGraphics.MeasureString - string with space at the end problem. Pin
sebaaaa7-Mar-06 5:54
sebaaaa7-Mar-06 5:54 
AnswerRe: Graphics.MeasureString - string with space at the end problem. Pin
Werdna7-Mar-06 6:50
Werdna7-Mar-06 6:50 
QuestionOn Screen Keyboard Pin
royk1237-Mar-06 5:26
royk1237-Mar-06 5:26 
AnswerRe: On Screen Keyboard Pin
Christian Graus7-Mar-06 5:39
protectorChristian Graus7-Mar-06 5:39 
AnswerRe: On Screen Keyboard Pin
letmethink7-Mar-06 5:58
letmethink7-Mar-06 5:58 
QuestionNeed Help for a parser Pin
mitko57-Mar-06 5:16
mitko57-Mar-06 5:16 
AnswerRe: Need Help for a parser Pin
Judah Gabriel Himango7-Mar-06 5:19
sponsorJudah Gabriel Himango7-Mar-06 5:19 
AnswerRe: Need Help for a parser Pin
Werdna7-Mar-06 6:54
Werdna7-Mar-06 6:54 
QuestionEmbedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:14
asdasdqasdasd7-Mar-06 5:14 
AnswerRe: Embedding a control in IE Pin
Dave Kreskowiak7-Mar-06 5:30
mveDave Kreskowiak7-Mar-06 5:30 
GeneralRe: Embedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:34
asdasdqasdasd7-Mar-06 5:34 
AnswerRe: Embedding a control in IE Pin
Judah Gabriel Himango7-Mar-06 5:30
sponsorJudah Gabriel Himango7-Mar-06 5:30 
GeneralRe: Embedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:32
asdasdqasdasd7-Mar-06 5:32 
GeneralRe: Embedding a control in IE Pin
Judah Gabriel Himango7-Mar-06 5:36
sponsorJudah Gabriel Himango7-Mar-06 5:36 
GeneralRe: Embedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:44
asdasdqasdasd7-Mar-06 5:44 
QuestionIldasm wont take /dll option Pin
RB@Emphasys7-Mar-06 5:11
RB@Emphasys7-Mar-06 5:11 

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.