BooleanIntFormatter.Deserialize method

Deserializes a string and returns the boolean equivalent.

public object Deserialize(string strValue)
parameter description
strValue String value from file that must be deserialized.

Return Value

False for 0, True for any other integer value.

See Also