Search Results for

    Class ProxyBoolean

    Inheritance
    object
    Variant
    ProxyBoolean
    Implements
    IConvertible
    Inherited Members
    Variant.Make<T>(out T)
    Variant.Make<T>()
    Variant.Populate<T>(T)
    Variant.ToJSON()
    Variant.GetTypeCode()
    Variant.ToType(Type, IFormatProvider)
    Variant.ToDateTime(IFormatProvider)
    Variant.ToByte(IFormatProvider)
    Variant.ToChar(IFormatProvider)
    Variant.ToDecimal(IFormatProvider)
    Variant.ToDouble(IFormatProvider)
    Variant.ToInt16(IFormatProvider)
    Variant.ToInt32(IFormatProvider)
    Variant.ToInt64(IFormatProvider)
    Variant.ToSByte(IFormatProvider)
    Variant.ToSingle(IFormatProvider)
    Variant.ToUInt16(IFormatProvider)
    Variant.ToUInt32(IFormatProvider)
    Variant.ToUInt64(IFormatProvider)
    Variant.ToString()
    Variant.this[string]
    Variant.this[int]
    object.GetType()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    Variant.ToBoolean(IFormatProvider)

    ToString(IFormatProvider)

    Declaration
    public override string ToString(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    string
    Overrides
    Variant.ToString(IFormatProvider)

    Implements

    IConvertible