URIConverter

Room type converter to convert between URI and String for database storage.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun convfromURI(theuri: URI?): String?

Converts a URI to a String for database storage.

Link copied to clipboard
fun convtoURI(uristring: String?): URI?

Converts a String back to a URI.