Click here to Skip to main content
15,921,382 members
Home / Discussions / C#
   

C#

 
GeneralRecording wave file in low level Pin
vhunghl15-Dec-04 19:28
vhunghl15-Dec-04 19:28 
GeneralRe: Recording wave file in low level Pin
Daniel Turini15-Dec-04 22:50
Daniel Turini15-Dec-04 22:50 
GeneralRemoving whitespace Pin
kobezt0815-Dec-04 19:18
kobezt0815-Dec-04 19:18 
GeneralRe: Removing whitespace Pin
Gangren15-Dec-04 19:39
Gangren15-Dec-04 19:39 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 19:42
kobezt0815-Dec-04 19:42 
GeneralRe: Removing whitespace Pin
Jay Shankar15-Dec-04 19:45
Jay Shankar15-Dec-04 19:45 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 20:35
kobezt0815-Dec-04 20:35 
GeneralRe: Removing whitespace Pin
Gangren15-Dec-04 20:56
Gangren15-Dec-04 20:56 
Then your "whitespaces" probably aren't spaces ( (char)32 ).

Try scanning your string characters and find out what char the "whitespace" is. Might be a \t or something. Then once you found out, you can use replace. Replace does work, and your code is right. So only thing left is that you have actually no space in your string.

Etienne.


GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:17
kobezt0815-Dec-04 21:17 
GeneralRe: Removing whitespace Pin
Gangren15-Dec-04 21:31
Gangren15-Dec-04 21:31 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:44
kobezt0815-Dec-04 21:44 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:44
kobezt0815-Dec-04 21:44 
GeneralUnknown Registry Pin
Anonymous15-Dec-04 16:39
Anonymous15-Dec-04 16:39 
GeneralRe: Unknown Registry Pin
Daniel Turini15-Dec-04 22:53
Daniel Turini15-Dec-04 22:53 
GeneralRe: Convert byte to hex then to ascii Pin
Dennis C. Dietrich15-Dec-04 15:07
Dennis C. Dietrich15-Dec-04 15:07 
GeneralConvert byte to hex then to ascii Pin
Anonymous15-Dec-04 14:20
Anonymous15-Dec-04 14:20 
GeneralPropertyGrid Issue Pin
djennings@ea.com15-Dec-04 14:04
djennings@ea.com15-Dec-04 14:04 
GeneralNetwork code examples Pin
Joseph Engo15-Dec-04 13:23
Joseph Engo15-Dec-04 13:23 
GeneralRe: Network code examples Pin
Gangren15-Dec-04 19:55
Gangren15-Dec-04 19:55 
GeneralRe: Network code examples Pin
Joseph Engo16-Dec-04 2:01
Joseph Engo16-Dec-04 2:01 
GeneralAvalon Community Technology Preview samples Pin
Andres Coder15-Dec-04 10:09
Andres Coder15-Dec-04 10:09 
GeneralDynamic control speed Pin
Frenchman15-Dec-04 10:03
Frenchman15-Dec-04 10:03 
GeneralRe: Dynamic control speed Pin
Colin Angus Mackay15-Dec-04 13:33
Colin Angus Mackay15-Dec-04 13:33 
GeneralRe: Dynamic control speed Pin
Daniel Turini15-Dec-04 22:58
Daniel Turini15-Dec-04 22:58 
GeneralRe: Dynamic control speed Pin
Frenchman16-Dec-04 5:43
Frenchman16-Dec-04 5:43 

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.