Click here to Skip to main content
15,886,030 members
Home / Discussions / C#
   

C#

 
JokeRe: A Question Of Structure Pin
PIEBALDconsult11-Apr-12 18:52
mvePIEBALDconsult11-Apr-12 18:52 
GeneralRe: A Question Of Structure Pin
Roger Wright11-Apr-12 20:41
professionalRoger Wright11-Apr-12 20:41 
GeneralRe: A Question Of Structure Pin
Roger Wright11-Apr-12 22:08
professionalRoger Wright11-Apr-12 22:08 
AnswerRe: A Question Of Structure Pin
Ravi Bhavnani11-Apr-12 18:44
professionalRavi Bhavnani11-Apr-12 18:44 
AnswerRe: A Question Of Structure Pin
Eytukan11-Apr-12 20:52
Eytukan11-Apr-12 20:52 
GeneralRe: A Question Of Structure Pin
Roger Wright11-Apr-12 21:37
professionalRoger Wright11-Apr-12 21:37 
AnswerRe: A Question Of Structure Pin
Mycroft Holmes11-Apr-12 21:21
professionalMycroft Holmes11-Apr-12 21:21 
GeneralRe: A Question Of Structure Pin
Roger Wright11-Apr-12 21:51
professionalRoger Wright11-Apr-12 21:51 
Rats. You're on to me.

I created a code file called Utilities.cs, added the project's namespace, then added a static class called Utilities. VS bitched and moaned about it without the class declaration, and was quite vexed with me when I tried to include it in the Form file with a using statement. My bad.

Anyway, I'll take your advice to heart, and make more classes if I need other types of functions. For now, I only have the one function, which just strips the quotation marks out of a string variable. That was only necessary because the data source I have quotes every value, including empty ones, then separates them with commas. String.Split() doesn't like that very much, but it works perfectly after I clean the string. Since my source data is all in csv form, I expect that any other functions I need will be related to text handling and belong in the same class, but who knows where this will take me. I still don't know what I want the program to do, just that I know that these daily emails of csv data are doing me no good at all. Once I get them sorted out and stored in SQL Server, I'll figure out what else I want to do with the stuff.

Talk about 'agile' programming... sheesh!
Will Rogers never met me.

GeneralRe: A Question Of Structure Pin
PIEBALDconsult12-Apr-12 3:00
mvePIEBALDconsult12-Apr-12 3:00 
GeneralRe: A Question Of Structure Pin
Roger Wright12-Apr-12 5:18
professionalRoger Wright12-Apr-12 5:18 
AnswerRe: A Question Of Structure Pin
BobJanova11-Apr-12 23:57
BobJanova11-Apr-12 23:57 
QuestionConverting special string array into two different byte arrays Pin
MichCl11-Apr-12 8:22
MichCl11-Apr-12 8:22 
AnswerRe: Converting special string array into two different byte arrays Pin
PIEBALDconsult11-Apr-12 9:41
mvePIEBALDconsult11-Apr-12 9:41 
GeneralRe: Converting special string array into two different byte arrays Pin
MichCl11-Apr-12 10:11
MichCl11-Apr-12 10:11 
AnswerRe: Converting special string array into two different byte arrays Pin
OriginalGriff11-Apr-12 9:50
mveOriginalGriff11-Apr-12 9:50 
GeneralRe: Converting special string array into two different byte arrays Pin
MichCl12-Apr-12 5:00
MichCl12-Apr-12 5:00 
GeneralRe: Converting special string array into two different byte arrays Pin
OriginalGriff12-Apr-12 5:56
mveOriginalGriff12-Apr-12 5:56 
GeneralRe: Converting special string array into two different byte arrays Pin
MichCl17-Apr-12 7:42
MichCl17-Apr-12 7:42 
GeneralRe: Converting special string array into two different byte arrays Pin
OriginalGriff17-Apr-12 8:03
mveOriginalGriff17-Apr-12 8:03 
GeneralRe: Converting special string array into two different byte arrays Pin
MichCl17-Apr-12 8:34
MichCl17-Apr-12 8:34 
GeneralRe: Converting special string array into two different byte arrays Pin
OriginalGriff17-Apr-12 8:43
mveOriginalGriff17-Apr-12 8:43 
GeneralRe: Converting special string array into two different byte arrays Pin
MichCl17-Apr-12 9:15
MichCl17-Apr-12 9:15 
Suggestionproject Pin
Apurba Chatterjee11-Apr-12 8:18
Apurba Chatterjee11-Apr-12 8:18 
AnswerRe: project Pin
ZurdoDev11-Apr-12 8:33
professionalZurdoDev11-Apr-12 8:33 
GeneralRe: project Pin
Big Daddy Farang11-Apr-12 9:18
Big Daddy Farang11-Apr-12 9:18 

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.