toURI

open fun toURI(source: Any): URI

Converts the give object to an URI object.

Return

null if the source is null, otherwise the URI.

Parameters

source

the object to be converted.