Converter
public struct Converter
Provides capabilities to convert various types to and from strings in a culture-independent way.
-
Converts the specified image to string.
Declaration
Swift
public static func fromImage(_ val: UIImage) -> StringParameters
valThe image object to convert.
Return Value
A string representing the specified value.
Converter Structure Reference