Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static field: List<string> False

Declaration

List<string> False

Summary

Controls which string values are converted to false when using JsonValue.GetBool(BoolConversionOptions) with BoolConversionOptions.AllowConversionFromString.

Remarks

The default is: { "", "false", "n", "no", "off", "disable", "disabled", "0" }.