String
struct String
-
Returns a URL if
selfrepresents a valid URL string that conforms to RFC 2396 or throws anAFError.Throws
An
AFError.invalidURLifselfis not a valid URL string.Declaration
Swift
public func asURL() throws -> URL
View on GitHub
String Extension Reference