Given a string called Format which would be of the form
string Format = [Col1] : [Col2] : [Col3] : .. [ColX]
I need to create a method to count the # of Columns the string defines [located between the [x]'s].
Any clues?
string Format = [Col1] : [Col2] : [Col3] : .. [ColX]
I need to create a method to count the # of Columns the string defines [located between the [x]'s].
Any clues?
Last edited: