I think you will find your application easier to maintain if you make a struct or class to hold the data and then add a custom property to return (and set) the string you been using. This method will take the field fields and format it in the string that you are already using and do the reverse (take the string and fill the fieldfields) This way you maintain maximum compatibility with your old algorithms.
|
2 | added 2 characters in body | ||
|
|
||||
|
1 |
|
||
|
I think you will find your application easier to maintain if you make a struct or class to hold the data and then add a custom property to return (and set) the string you been using. This method will take the field and format it in the string that you are already using and do the reverse (take the string and fill the field) This way you maintain maximum compatibility with your old algorithms. |
||||
