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


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