Click here to Skip to main content
15,910,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:23
protectorChristian Graus7-Jul-08 10:23 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Luc Pattyn7-Jul-08 10:28
sitebuilderLuc Pattyn7-Jul-08 10:28 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:30
protectorChristian Graus7-Jul-08 10:30 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:34
professionalPaul Conrad7-Jul-08 10:34 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:44
protectorChristian Graus7-Jul-08 10:44 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:48
professionalPaul Conrad7-Jul-08 10:48 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:35
professionalPaul Conrad7-Jul-08 10:35 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Guffa7-Jul-08 11:49
Guffa7-Jul-08 11:49 
Luc Pattyn wrote:
All it takes is StringBuilder class, with one of its constructors (string), and ToString().


Oh, circumventing the rule that no methods of the string class should be used, by using methods of another class... Sneaky... Wink | ;)

Then there are some other alternatives to get at the data, like using the Encoding.UTF16.GetBytes method, or use a StreamWriter to write the string to a MemoryStream...

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Luc Pattyn7-Jul-08 11:58
sitebuilderLuc Pattyn7-Jul-08 11:58 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Luc Pattyn7-Jul-08 10:44
sitebuilderLuc Pattyn7-Jul-08 10:44 
AnswerRe: previous post is got too long, isn't it? (my previous question again) Pin
Pete O'Hanlon7-Jul-08 10:23
mvePete O'Hanlon7-Jul-08 10:23 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:26
protectorChristian Graus7-Jul-08 10:26 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:38
professionalPaul Conrad7-Jul-08 10:38 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:36
professionalPaul Conrad7-Jul-08 10:36 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
leppie7-Jul-08 21:11
leppie7-Jul-08 21:11 
AnswerRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:31
professionalPaul Conrad7-Jul-08 10:31 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Guffa7-Jul-08 12:15
Guffa7-Jul-08 12:15 
QuestionRecommended Obfuscators (preferable very chep or open source!) Pin
Jammer7-Jul-08 9:13
Jammer7-Jul-08 9:13 
AnswerRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Christian Graus7-Jul-08 9:52
protectorChristian Graus7-Jul-08 9:52 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Jammer7-Jul-08 10:11
Jammer7-Jul-08 10:11 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Christian Graus7-Jul-08 10:12
protectorChristian Graus7-Jul-08 10:12 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Jammer7-Jul-08 10:15
Jammer7-Jul-08 10:15 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Mark Churchill7-Jul-08 16:58
Mark Churchill7-Jul-08 16:58 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Jammer8-Jul-08 8:31
Jammer8-Jul-08 8:31 
Questionhow can i write functions in String class without using any tools? Pin
Sajjad Izadi7-Jul-08 7:35
Sajjad Izadi7-Jul-08 7:35 

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.