BooleanIntFormatter class

Formatter which allows serialization and deserialization of Booleans to Integer values in a file.

public class BooleanIntFormatter : ITextFormatter

Public Members

name description
BooleanIntFormatter() The default constructor.
Deserialize(…) Deserializes a string and returns the boolean equivalent.
Serialize(…) Serializes a boolean to an equivalent integer

See Also