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 -> URLReturn Value
A URL or throws an
AFError.
View on GitHub
Install in Dash
String Extension Reference