BooleanIntFormatter.Serialize method
Serializes a boolean to an equivalent integer
public string Serialize(object objValue)
| parameter | description |
|---|---|
| objValue | Boolean to serialize. |
Return Value
0 for False, 1 for True.
See Also
- class BooleanIntFormatter
- namespace TheCodingMonkey.Serialization.Formatters