TypeConverterのないUWP界の彗星のようだ。と勝手によんでるXamlBindingHelper.ConvertValue ちゃん、圧倒的に速いでしょそりゃ。とか言ってたけど計測していなかったので計測してみました。 private static Func<string, string, object> typeConverthelperConvertFunc; private static object ConvertType(string from, Type type) { return typeConverthelperConvertFunc(from, type.FullName); } public MainPage() { this.InitializeComponent(); // Get Internal method string typeName = type