Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrencyPositivePattern Property


In This Topic
    CurrencyPositivePattern Property (IRegionalSettings)
    In This Topic
    Gets or sets the format for positive currency values.
    Syntax
    'Declaration
     
    Property CurrencyPositivePattern As Integer
    'Usage
     
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.CurrencyPositivePattern = value
     
    value = instance.CurrencyPositivePattern
    int CurrencyPositivePattern {get; set;}

    Property Value

    Integer number for formatting positive currency values
    Remarks
    Values match the Microsoft .NET NumberFormatInfo.CurrencyPositivePattern values.
    See Also