Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / Oct2BinFunction Field


In This Topic
    Oct2BinFunction Field
    In This Topic
    Specifies an instance of the OCT2BIN function.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Oct2BinFunction As FunctionInfo
    'Usage
     
    
    Dim value As FunctionInfo
     
    value = FunctionInfo.Oct2BinFunction
    public static readonly FunctionInfo Oct2BinFunction
    Remarks
    For more information on this function, refer to the OCT2BIN function in the Spread for .NET Formula Reference.
    See Also