convfromURI

fun convfromURI(theuri: URI?): String?

Converts a URI to a String for database storage.

Return

The string representation of the URI, or null if input is null.

Parameters

theuri

The URI to convert.