Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / CurrencyPositivePattern Property


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

    Property Value

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