Click here to Skip to main content
16,016,024 members
Home / Discussions / C#
   

C#

 
GeneralRe: Character case assistance needed Pin
Not Active23-Feb-10 7:49
mentorNot Active23-Feb-10 7:49 
AnswerRe: Character case assistance needed Pin
Nicholas Crossley23-Feb-10 7:20
Nicholas Crossley23-Feb-10 7:20 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 7:29
venomation23-Feb-10 7:29 
AnswerRe: Character case assistance needed Pin
harold aptroot23-Feb-10 7:33
harold aptroot23-Feb-10 7:33 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 8:19
venomation23-Feb-10 8:19 
GeneralRe: Character case assistance needed Pin
PIEBALDconsult23-Feb-10 8:46
mvePIEBALDconsult23-Feb-10 8:46 
GeneralRe: Character case assistance needed Pin
OriginalGriff23-Feb-10 8:47
mveOriginalGriff23-Feb-10 8:47 
GeneralRe: Character case assistance needed Pin
OriginalGriff23-Feb-10 8:46
mveOriginalGriff23-Feb-10 8:46 
Performance wise, it may be worth taking out the tests to see if you need to do the conversion - it may well be that the .NET ToUpper is more efficient than yours, and since it will be done anyway whenever ToUpper is executed, you may find it quicker without testing - particularly if you are looking at normal text where nearly all characters are lower case to start with.
You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace

C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

AnswerRe: Character case assistance needed Pin
Luc Pattyn23-Feb-10 12:04
sitebuilderLuc Pattyn23-Feb-10 12:04 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 22:16
venomation23-Feb-10 22:16 
GeneralRe: Character case assistance needed Pin
Luc Pattyn24-Feb-10 1:11
sitebuilderLuc Pattyn24-Feb-10 1:11 
GeneralRe: Character case assistance needed Pin
venomation24-Feb-10 4:29
venomation24-Feb-10 4:29 
GeneralRe: Character case assistance needed Pin
Luc Pattyn24-Feb-10 5:17
sitebuilderLuc Pattyn24-Feb-10 5:17 
GeneralRe: Character case assistance needed Pin
venomation24-Feb-10 7:26
venomation24-Feb-10 7:26 
Questionrun PHP code on remote machine, from C# Pin
andyxfun23-Feb-10 4:31
andyxfun23-Feb-10 4:31 
AnswerRe: run PHP code on remote machine, from C# Pin
Dave Kreskowiak23-Feb-10 5:09
mveDave Kreskowiak23-Feb-10 5:09 
GeneralRe: run PHP code on remote machine, from C# Pin
andyxfun23-Feb-10 5:40
andyxfun23-Feb-10 5:40 
QuestionGetting Domain UserNames? Pin
Pawan Kiran23-Feb-10 3:55
Pawan Kiran23-Feb-10 3:55 
AnswerRe: Getting Domain UserNames? Pin
Dave Kreskowiak23-Feb-10 4:01
mveDave Kreskowiak23-Feb-10 4:01 
Questionrequesting the run of a .php file? Pin
andyxfun23-Feb-10 3:35
andyxfun23-Feb-10 3:35 
AnswerRe: requesting the run of a .php file? Pin
Dave Kreskowiak23-Feb-10 4:00
mveDave Kreskowiak23-Feb-10 4:00 
GeneralRe: requesting the run of a .php file? Pin
andyxfun23-Feb-10 4:15
andyxfun23-Feb-10 4:15 
GeneralRe: requesting the run of a .php file? Pin
Dave Kreskowiak23-Feb-10 5:03
mveDave Kreskowiak23-Feb-10 5:03 
GeneralRe: requesting the run of a .php file? Pin
andyxfun23-Feb-10 5:32
andyxfun23-Feb-10 5:32 
AnswerRe: requesting the run of a .php file? Pin
Luc Pattyn23-Feb-10 4:30
sitebuilderLuc Pattyn23-Feb-10 4:30 

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.