init(format:lenient:)
Creates a parse strategy instance using the specified integer percentage format style.
Declaration
init<Value>(format: Format, lenient: Bool = true) where Format == IntegerFormatStyle<Value>.Percent, Value : BinaryIntegerParameters
- format:
A configured Percent that describes the percent string format to parse.
- lenient:
A Boolean value that indicates whether the parse strategy should permit some discrepencies when parsing. Defaults to
true.