Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
AnswerRe: Boolean conversion Pin
Dan Mos16-Aug-11 1:36
Dan Mos16-Aug-11 1:36 
GeneralRe: Boolean conversion Pin
5fingers16-Aug-11 5:25
5fingers16-Aug-11 5:25 
QuestionWhy does this not change my string? Pin
stephen.darling15-Aug-11 11:44
stephen.darling15-Aug-11 11:44 
AnswerRe: Why does this not change my string? Pin
Dave Kreskowiak15-Aug-11 11:49
mveDave Kreskowiak15-Aug-11 11:49 
GeneralRe: Why does this not change my string? Pin
stephen.darling15-Aug-11 11:55
stephen.darling15-Aug-11 11:55 
GeneralRe: Why does this not change my string? [modified] PinPopular
Dave Kreskowiak15-Aug-11 12:36
mveDave Kreskowiak15-Aug-11 12:36 
GeneralRe: Why does this not change my string? Pin
stephen.darling15-Aug-11 12:41
stephen.darling15-Aug-11 12:41 
AnswerRe: Why does this not change my string? Pin
Luc Pattyn15-Aug-11 11:50
sitebuilderLuc Pattyn15-Aug-11 11:50 
stephen.darling wrote:
It simply does not alter the string.

strings are immutable, nothing you do in .NET will ever alter a string. At best you replace one string by another one, and that is exactly why string methods have a return value.

I suggest you choose an introductory book to C# and start studying it thoroughly, you seem to still be struggling with the basics of the language.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Why does this not change my string? Pin
PIEBALDconsult15-Aug-11 15:28
mvePIEBALDconsult15-Aug-11 15:28 
GeneralRe: Why does this not change my string? Pin
Luc Pattyn15-Aug-11 15:37
sitebuilderLuc Pattyn15-Aug-11 15:37 
GeneralRe: Why does this not change my string? Pin
PIEBALDconsult15-Aug-11 15:41
mvePIEBALDconsult15-Aug-11 15:41 
AnswerRe: Why does this not change my string? Pin
Luc Pattyn15-Aug-11 15:53
sitebuilderLuc Pattyn15-Aug-11 15:53 
GeneralRe: Why does this not change my string? Pin
PIEBALDconsult15-Aug-11 16:01
mvePIEBALDconsult15-Aug-11 16:01 
AnswerRe: Why does this not change my string? Pin
Luc Pattyn15-Aug-11 16:30
sitebuilderLuc Pattyn15-Aug-11 16:30 
AnswerRe: Why does this not change my string? Pin
fcronin15-Aug-11 12:08
fcronin15-Aug-11 12:08 
GeneralRe: Why does this not change my string? Pin
stephen.darling15-Aug-11 12:14
stephen.darling15-Aug-11 12:14 
GeneralRe: Why does this not change my string? Pin
fcronin16-Aug-11 2:39
fcronin16-Aug-11 2:39 
GeneralRe: Why does this not change my string? Pin
stephen.darling16-Aug-11 7:27
stephen.darling16-Aug-11 7:27 
AnswerRe: Why does this not change my string? Pin
PIEBALDconsult15-Aug-11 15:30
mvePIEBALDconsult15-Aug-11 15:30 
AnswerRe: Why does this not change my string? [modified] Pin
Shameel15-Aug-11 21:33
professionalShameel15-Aug-11 21:33 
GeneralRe: Why does this not change my string? Pin
Matt Meyer16-Aug-11 5:50
Matt Meyer16-Aug-11 5:50 
GeneralRe: Why does this not change my string? Pin
Shameel16-Aug-11 8:45
professionalShameel16-Aug-11 8:45 
QuestionFind asp.net listview control in Item Template Pin
akosidandan15-Aug-11 6:05
akosidandan15-Aug-11 6:05 
AnswerRe: Find asp.net listview control in Item Template Pin
akosidandan15-Aug-11 7:29
akosidandan15-Aug-11 7:29 
QuestionDeserialise complicated Jason data Pin
AndieDu14-Aug-11 15:55
AndieDu14-Aug-11 15:55 

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.