String
public extension String
extension String: QueryableRange
-
Return a
Dateobject if the current String is in the right format.Declaration
Swift
var iso8601StringDate: Date? { get } -
The URL for the underlying media file with additional options for server side manipulations such as format changes, resizing, cropping, and focusing on different areas including on faces, among others.
Throws
AnImageOptionErrorif the SDK is unable to generate a valid URL with the desired ImageOptions.Declaration
Swift
func url(with imageOptions: [ImageOption]) throws -> URLParameters
imageOptionsThe image options to transform the image on the server-side.
Return Value
A
URLfor the image with query parameters corresponding to server-side image transformations. -
Declaration
Swift
public var stringValue: String { get }
View on GitHub
String Extension Reference