Search Results for

    Class ProxyNumber

    Inheritance
    object
    Variant
    ProxyNumber
    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.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 ProxyNumber : Variant, IConvertible

    Constructors

    ProxyNumber(IConvertible)

    Declaration
    public ProxyNumber(IConvertible value)
    Parameters
    Type Name Description
    IConvertible 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)

    ToByte(IFormatProvider)

    Declaration
    public override byte ToByte(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    byte
    Overrides
    Variant.ToByte(IFormatProvider)

    ToChar(IFormatProvider)

    Declaration
    public override char ToChar(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    char
    Overrides
    Variant.ToChar(IFormatProvider)

    ToDecimal(IFormatProvider)

    Declaration
    public override decimal ToDecimal(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    decimal
    Overrides
    Variant.ToDecimal(IFormatProvider)

    ToDouble(IFormatProvider)

    Declaration
    public override double ToDouble(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    double
    Overrides
    Variant.ToDouble(IFormatProvider)

    ToInt16(IFormatProvider)

    Declaration
    public override short ToInt16(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    short
    Overrides
    Variant.ToInt16(IFormatProvider)

    ToInt32(IFormatProvider)

    Declaration
    public override int ToInt32(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    int
    Overrides
    Variant.ToInt32(IFormatProvider)

    ToInt64(IFormatProvider)

    Declaration
    public override long ToInt64(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    long
    Overrides
    Variant.ToInt64(IFormatProvider)

    ToSByte(IFormatProvider)

    Declaration
    public override sbyte ToSByte(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    sbyte
    Overrides
    Variant.ToSByte(IFormatProvider)

    ToSingle(IFormatProvider)

    Declaration
    public override float ToSingle(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    float
    Overrides
    Variant.ToSingle(IFormatProvider)

    ToString(IFormatProvider)

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

    ToUInt16(IFormatProvider)

    Declaration
    public override ushort ToUInt16(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    ushort
    Overrides
    Variant.ToUInt16(IFormatProvider)

    ToUInt32(IFormatProvider)

    Declaration
    public override uint ToUInt32(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    uint
    Overrides
    Variant.ToUInt32(IFormatProvider)

    ToUInt64(IFormatProvider)

    Declaration
    public override ulong ToUInt64(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    ulong
    Overrides
    Variant.ToUInt64(IFormatProvider)

    Implements

    IConvertible