NumberFormatInfo

Overview

Formatting class for numbers, stores the seperators and currency characters.

Location

  • Reference:
    • Elements.dll  .NET, .NET Core 6.0, .NET Standard 2.0
    • elements.jar  Cooper
    • Elements.fx  Island, ToffeeV2
    • libElements.fx  Toffee
  • Namespace: RemObjects.Elements.RTL
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2

Properties


Currency

Curreny symbol

 

property Currency: String read write;

 

String Currency { get; set; }

 

var Currency: String { get{} set{} }

 

String Currency { __get; __set; }

 

Property Currency() As String

DecimalSeparator

Separator char for decimals, generally a comma or dot.

 

property DecimalSeparator: Char read write;

 

Char DecimalSeparator { get; set; }

 

var DecimalSeparator: Char { get{} set{} }

 

Char DecimalSeparator { __get; __set; }

 

Property DecimalSeparator() As Char

IsReadOnly

 

property IsReadOnly: Boolean read write;

 

Boolean IsReadOnly { get; set; }

 

var IsReadOnly: Boolean { get{} set{} }

 

Boolean IsReadOnly { __get; __set; }

 

Property IsReadOnly() As Boolean

ThousandsSeparator

The thousand separator charatcer, generally a comma or a dot.

 

property ThousandsSeparator: Char read write;

 

Char ThousandsSeparator { get; set; }

 

var ThousandsSeparator: Char { get{} set{} }

 

Char ThousandsSeparator { __get; __set; }

 

Property ThousandsSeparator() As Char