Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static field: List<string> True

Declaration

List<string> True

Summary

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

Remarks

The default is: { "true", "y", "yes", "on", "enable", "enabled", "1" }.