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


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