Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
AnswerRe: can anyone suggest best books or links for C# interview Pin
Pete O'Hanlon22-Nov-15 19:22
mvePete O'Hanlon22-Nov-15 19:22 
AnswerRe: can anyone suggest best books or links for C# interview Pin
OriginalGriff22-Nov-15 21:56
mveOriginalGriff22-Nov-15 21:56 
AnswerRe: can anyone suggest best books or links for C# interview Pin
F-ES Sitecore22-Nov-15 22:25
professionalF-ES Sitecore22-Nov-15 22:25 
AnswerRe: can anyone suggest best books or links for C# interview Pin
Mycroft Holmes23-Nov-15 1:35
professionalMycroft Holmes23-Nov-15 1:35 
AnswerRe: can anyone suggest best books or links for C# interview Pin
Amarnath S23-Nov-15 2:43
professionalAmarnath S23-Nov-15 2:43 
AnswerRe: can anyone suggest best books or links for C# interview Pin
Rob Philpott23-Nov-15 4:48
Rob Philpott23-Nov-15 4:48 
GeneralRe: can anyone suggest best books or links for C# interview Pin
Mycroft Holmes23-Nov-15 13:11
professionalMycroft Holmes23-Nov-15 13:11 
GeneralRe: can anyone suggest best books or links for C# interview Pin
OriginalGriff23-Nov-15 22:23
mveOriginalGriff23-Nov-15 22:23 
GeneralRe: can anyone suggest best books or links for C# interview Pin
Rob Philpott23-Nov-15 23:54
Rob Philpott23-Nov-15 23:54 
GeneralRe: can anyone suggest best books or links for C# interview Pin
Pete O'Hanlon24-Nov-15 0:05
mvePete O'Hanlon24-Nov-15 0:05 
AnswerRe: can anyone suggest best books or links for C# interview Pin
Gerry Schmitz23-Nov-15 7:01
mveGerry Schmitz23-Nov-15 7:01 
QuestionHow to set TextBox to only accept numbers? Pin
naouf1021-Nov-15 7:34
naouf1021-Nov-15 7:34 
AnswerRe: How to set TextBox to only accept numbers? Pin
Gerry Schmitz21-Nov-15 11:38
mveGerry Schmitz21-Nov-15 11:38 
AnswerRe: How to set TextBox to only accept numbers? Pin
Gilbert Consellado21-Nov-15 16:25
professionalGilbert Consellado21-Nov-15 16:25 
AnswerRe: How to set TextBox to only accept numbers? Pin
BillWoodruff21-Nov-15 18:43
professionalBillWoodruff21-Nov-15 18:43 
QuestionHow to replace text in this situation? Pin
turbosupramk320-Nov-15 7:24
turbosupramk320-Nov-15 7:24 
AnswerRe: How to replace text in this situation? Pin
Gerry Schmitz20-Nov-15 8:07
mveGerry Schmitz20-Nov-15 8:07 
AnswerRe: How to replace text in this situation? Pin
Matt T Heffron20-Nov-15 8:47
professionalMatt T Heffron20-Nov-15 8:47 
If you are looking at the string in the debugger, it is the debugger that is adding the escape characters to what it is displaying, they aren't actually in the string.
The easy way to verify this is to check the Length of the string. It should not include the escape characters in the count.
"Fairy tales do not tell children the dragons exist. Children already know that dragons exist. Fairy tales tell children the dragons can be killed."
- G.K. Chesterton

QuestionGet row from AngleSharp.Dom.Html.HtmlSpanElement Pin
Member 1215521920-Nov-15 1:12
Member 1215521920-Nov-15 1:12 
AnswerRe: Get row from AngleSharp.Dom.Html.HtmlSpanElement Pin
Gerry Schmitz20-Nov-15 5:09
mveGerry Schmitz20-Nov-15 5:09 
QuestionGetting ASCII value for Characters? Pin
murali_utr19-Nov-15 22:15
murali_utr19-Nov-15 22:15 
AnswerRe: Getting ASCII value for Characters? Pin
BillWoodruff19-Nov-15 22:49
professionalBillWoodruff19-Nov-15 22:49 
GeneralRe: Getting ASCII value for Characters? Pin
murali_utr20-Nov-15 1:33
murali_utr20-Nov-15 1:33 
GeneralRe: Getting ASCII value for Characters? Pin
Member 1215521920-Nov-15 1:46
Member 1215521920-Nov-15 1:46 
GeneralRe: Getting ASCII value for Characters? Pin
murali_utr20-Nov-15 2:38
murali_utr20-Nov-15 2:38 

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.