Click here to Skip to main content
16,006,709 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:17
kobezt0815-Dec-04 21:17 
string temp3 = c1[3].ToString();
string temp3a = c1[3].GetTypeCode().ToString();

System.Console.WriteLine("c1 = " + temp3);
System.Console.WriteLine("c1 = " + temp3a);

Outcome:
c1 =
c1 = Char


Cry | :(( weird although it's stated as a char, it is a Tab in the .txt file when i check. is there any way to remove it then?

the format in the .txt file is this
"S_N" "Last_Name" "First_Name"
"1" "Yi Zhuang" "Tan"
"2" "Kai Wong" "Lei"
the file is created by exporting a access database table into a txt file

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 
Generalquestion on wizards Pin
tom_dx15-Dec-04 9:36
tom_dx15-Dec-04 9:36 

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.