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


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