Enumeration
XMLDecoder.NonConformingFloatDecodingStrategy
public enum NonConformingFloatDecodingStrategy
The strategy to use for non-XML-conforming floating-point values (IEEE 754 infinity and NaN).
Relationships
Member Of
XMLDecoder
XMLDecoder
facilitates the decoding of XML into semanticDecodable
types.
Enumeration Cases
convertFromString
case convertFromString(positiveInfinity: String, negativeInfinity: String, nan: String)
Decode the values from the given representation strings.