init(_:format:lenient:)

Initialize an instance by parsing value with a ParseStrategy created with the given format and the lenient argument.

Declaration

init(_ value: String, format: FloatingPointFormatStyle<Self>, lenient: Bool = true) throws