PassthroughFormatter
public final class PassthroughFormatter : Formatter
A formatter that returns strings as-is.
-
Declaration
Swift
public override init() -
Declaration
Swift
public required init?(coder aDecoder: NSCoder) -
Declaration
Swift
public func string(for string: String) -> String -
Declaration
Swift
public override func string(for obj: Any?) -> String? -
Declaration
Swift
public override func getObjectValue( _ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>?, for string: String, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>? ) -> Bool
View on GitHub
PassthroughFormatter Class Reference