public void TestConvertToEnum() { string typeCode = "A"; var priceType = StringEnumConverter.GetCharType <EntrustPriceType>(typeCode); Console.WriteLine(priceType); }