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

C#

 
Generallinkbuttons and web spiders Pin
Member 52585827-Sep-03 19:19
Member 52585827-Sep-03 19:19 
GeneralRe: linkbuttons and web spiders Pin
leppie28-Sep-03 0:51
leppie28-Sep-03 0:51 
QuestionQuestion abount Socket Communication? Pin
JiangHaiLong27-Sep-03 19:12
JiangHaiLong27-Sep-03 19:12 
AnswerRe: Question abount Socket Communication? Pin
Corinna John29-Sep-03 2:33
Corinna John29-Sep-03 2:33 
QuestionHOW Can Run The SQLAGENT WITH Programe? Pin
meetweb27-Sep-03 15:23
meetweb27-Sep-03 15:23 
GeneralStrings in C# Pin
gmhanna27-Sep-03 15:15
gmhanna27-Sep-03 15:15 
GeneralRe: Strings in C# Pin
gmhanna27-Sep-03 15:18
gmhanna27-Sep-03 15:18 
GeneralRe: Strings in C# Pin
J. Dunlap27-Sep-03 15:48
J. Dunlap27-Sep-03 15:48 
Firstly, you can still do this with C# - convert the string to a char[] array using String.ToCharArray(), AND each char that needs it, then convert the char array back to a string using new String(chararray). (It's not byte because .NET uses Unicode.)

Secondly, the AND 0x20 isn't needed, as you can use Char.ToUpper().


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralRe: Strings in C# Pin
Daniel M. Edwards27-Sep-03 18:50
Daniel M. Edwards27-Sep-03 18:50 
GeneralRe: Strings in C# Pin
Bo Hunter28-Sep-03 7:32
Bo Hunter28-Sep-03 7:32 
GeneralRe: Strings in C# Pin
Daniel M. Edwards28-Sep-03 8:23
Daniel M. Edwards28-Sep-03 8:23 
GeneralTreeview Question Pin
Shahin7727-Sep-03 11:47
Shahin7727-Sep-03 11:47 
GeneralRegistry Pin
.gonad27-Sep-03 5:49
.gonad27-Sep-03 5:49 
GeneralRe: Registry Pin
Wjousts27-Sep-03 11:58
Wjousts27-Sep-03 11:58 
GeneralRe: Registry Pin
Daniel M. Edwards27-Sep-03 19:10
Daniel M. Edwards27-Sep-03 19:10 
Generalrtf to mark-up Pin
Anonymous27-Sep-03 4:25
Anonymous27-Sep-03 4:25 
GeneralRe: rtf to mark-up Pin
Anonymous27-Sep-03 4:26
Anonymous27-Sep-03 4:26 
GeneralRe: rtf to mark-up Pin
Daniel M. Edwards27-Sep-03 19:24
Daniel M. Edwards27-Sep-03 19:24 
GeneralRe: rtf to mark-up Pin
leppie28-Sep-03 1:00
leppie28-Sep-03 1:00 
GeneralRe: rtf to mark-up Pin
Daniel M. Edwards28-Sep-03 6:14
Daniel M. Edwards28-Sep-03 6:14 
Questionhow to call ShellExecute in .NET Pin
bugtwo26-Sep-03 23:35
bugtwo26-Sep-03 23:35 
AnswerRe: how to call ShellExecute in .NET Pin
Nish Nishant27-Sep-03 0:06
sitebuilderNish Nishant27-Sep-03 0:06 
GeneralRe: how to call ShellExecute in .NET Pin
bugtwo27-Sep-03 0:35
bugtwo27-Sep-03 0:35 
GeneralMulty form question Pin
Jasper4C#26-Sep-03 22:58
Jasper4C#26-Sep-03 22:58 
GeneralRe: Multy form question Pin
Saikat Sen27-Sep-03 12:21
Saikat Sen27-Sep-03 12:21 

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.