Download CustomTypeConverter2.zip version 1.0.0.0, last updated 28/07/2013 (13.54 KB)

Download
  • md5: 67b65012f13482441501bf3b82c8256d
/*
  Custom Type Converter Sample 2
  http://cyotek.com/blog/creating-a-custom-typeconverter-part-2
*/

namespace CustomTypeConverter2
{
  internal enum Unit
  {
    None,

    cm,

    mm,

    pt,

    px
  }
}

Donate

Donate