Tuesday, March 9, 2010

Array Converter

I've created a quick C# program that converts a comma separated database (.csv) into a C# array format.  I'm going to use this to include the AISC Shapes Database into the AISC Shapes Library program executable file.  The library will be a stand alone library now.  There are simpler ways to do this, but this was a good learning and review exercise for me.









Executable
Source Code

I doubt many people will use this, but you never know.