public static string GetTypeName(Type t, FormatterAssemblyStyle assemblyFormat) { return(ReflectionUtils.GetTypeName(t, assemblyFormat, null)); }