Class ProxyBoolean
Implements
Inherited Members
Namespace: RedLoader.TinyJSON
Assembly: RedLoader.dll
Syntax
public sealed class ProxyBoolean : Variant, IConvertible
Constructors
ProxyBoolean(bool)
Declaration
public ProxyBoolean(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value |
Methods
ToBoolean(IFormatProvider)
Declaration
public override bool ToBoolean(IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IFormatProvider | provider |
Returns
Type | Description |
---|---|
bool |
Overrides
ToString(IFormatProvider)
Declaration
public override string ToString(IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IFormatProvider | provider |
Returns
Type | Description |
---|---|
string |