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

C#

 
QuestionHow to count a string for \ character? Pin
Matjaz-xyz22-Jan-09 2:08
Matjaz-xyz22-Jan-09 2:08 
AnswerRe: How to count a string for \ character? Pin
Rob Philpott22-Jan-09 2:23
Rob Philpott22-Jan-09 2:23 
AnswerRe: How to count a string for \ character? Pin
Matjaz-xyz22-Jan-09 2:36
Matjaz-xyz22-Jan-09 2:36 
GeneralRe: How to count a string for \ character? Pin
J4amieC22-Jan-09 2:41
J4amieC22-Jan-09 2:41 
GeneralRe: How to count a string for \ character? Pin
Matjaz-xyz22-Jan-09 3:48
Matjaz-xyz22-Jan-09 3:48 
GeneralRe: How to count a string for \ character? Pin
Ben Fair22-Jan-09 4:31
Ben Fair22-Jan-09 4:31 
AnswerRe: How to count a string for \ character? Pin
Jon Rista22-Jan-09 4:58
Jon Rista22-Jan-09 4:58 
AnswerRe: How to count a string for \ character? [modified] Pin
Luc Pattyn22-Jan-09 9:26
sitebuilderLuc Pattyn22-Jan-09 9:26 
Hi,

probably a lot cheaper is count=str.Length-str.Replace("\\","").Length;

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]

Good riddance W


modified on Friday, June 10, 2011 12:07 PM

Questionhow to make a value in an excel cell read only using c#? Pin
abhiram_nayan22-Jan-09 1:54
abhiram_nayan22-Jan-09 1:54 
AnswerRe: how to make a value in an excel cell read only using c#? Pin
Dave Kreskowiak22-Jan-09 7:06
mveDave Kreskowiak22-Jan-09 7:06 
GeneralRe: how to make a value in an excel cell read only using c#? Pin
abhiram_nayan22-Jan-09 19:17
abhiram_nayan22-Jan-09 19:17 
GeneralRe: how to make a value in an excel cell read only using c#? Pin
Dave Kreskowiak23-Jan-09 2:26
mveDave Kreskowiak23-Jan-09 2:26 
GeneralRe: how to make a value in an excel cell read only using c#? Pin
abhiram_nayan23-Jan-09 2:47
abhiram_nayan23-Jan-09 2:47 
GeneralRe: how to make a value in an excel cell read only using c#? Pin
Dave Kreskowiak23-Jan-09 13:45
mveDave Kreskowiak23-Jan-09 13:45 
QuestionNeed help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
sharetuto22-Jan-09 1:46
sharetuto22-Jan-09 1:46 
AnswerRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
PC Player22-Jan-09 6:31
PC Player22-Jan-09 6:31 
QuestionNeed help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
sharetuto22-Jan-09 1:46
sharetuto22-Jan-09 1:46 
AnswerRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
DaveyM6922-Jan-09 1:58
professionalDaveyM6922-Jan-09 1:58 
GeneralRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
EliottA22-Jan-09 3:12
EliottA22-Jan-09 3:12 
GeneralRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
Dan Neely22-Jan-09 3:46
Dan Neely22-Jan-09 3:46 
GeneralRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
EliottA22-Jan-09 5:02
EliottA22-Jan-09 5:02 
GeneralRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
Dan Neely22-Jan-09 5:28
Dan Neely22-Jan-09 5:28 
GeneralRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
EliottA22-Jan-09 5:29
EliottA22-Jan-09 5:29 
GeneralRe: Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD Pin
Dan Neely22-Jan-09 7:14
Dan Neely22-Jan-09 7:14 
QuestionYahoo group api Pin
Manjeet1122-Jan-09 1:40
Manjeet1122-Jan-09 1:40 

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.