Click here to Skip to main content
15,881,852 members

Comments by kiswa00 (Top 6 by date)

kiswa00 16-Jun-11 8:23am View    
Deleted
You can remove the ToString() calls if you replace the " " with ' ' in the Append call. It would then look like:
builder.Append((char.IsUpper(propertyName, i)) ? ' ' + propertyName[i] : propertyName[i];
kiswa00 8-Jun-11 9:16am View    
Deleted
Thanks, I'm glad you found my suggestions useful!
kiswa00 8-Jun-11 9:05am View    
Deleted
Yeah, I forgot to include the check for null or empty. It's there now, thanks!
kiswa00 8-Jun-11 9:01am View    
Deleted
I meant to add that in, thanks for reminding me!
kiswa00 7-Jun-11 8:25am View    
Deleted
Reason for my vote of 3
See comment on alternate.