Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / DollarFunctionInfo Class
Members


In This Topic
    DollarFunctionInfo Class
    In This Topic
    Converts a number to text using currency format, with the decimals rounded to the specified place.
    Syntax
    'Declaration
     
    
    Public Class DollarFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As DollarFunctionInfo
    public class DollarFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.DollarFunctionInfo

    See Also