custom UriConverter to check for invalid URIs

This commit is contained in:
2013-11-12 22:08:02 +01:00
parent 2a9c30a69b
commit ee989fc019
6 changed files with 57 additions and 15 deletions
+2 -1
View File
@@ -199,7 +199,8 @@ namespace PocketSharp
{
new BoolConverter(),
new UnixDateTimeConverter(),
new NullableIntConverter()
new NullableIntConverter(),
new UriConverter()
}
}
);