NumberFormatInfo
Overview
Type to hold formatting info for numbers
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor (declared in Object)
constructor
NumberFormatInfo()
init()
NumberFormatInfo()
Sub New()
constructor(aDecimalSeparator: Char; aThousandsSeparator: Char; aCurrency: String; aIsReadOnly: Boolean)
NumberFormatInfo(Char aDecimalSeparator, Char aThousandsSeparator, String aCurrency, Boolean aIsReadOnly)
init(_ aDecimalSeparator: Char, _ aThousandsSeparator: Char, _ aCurrency: String, _ aIsReadOnly: Boolean)
Parameters:
- aDecimalSeparator:
- aThousandsSeparator:
- aCurrency:
- aIsReadOnly:
Currency
Currency symbol
property Currency: String read write;
String Currency { get; set; }
var Currency: String { get{} set{} }
String Currency { __get; __set; }
Property Currency() As String
DecimalSeparator
Decimal separator.
property DecimalSeparator: Char read write;
Char DecimalSeparator { get; set; }
var DecimalSeparator: Char { get{} set{} }
Char DecimalSeparator { __get; __set; }
Property DecimalSeparator() As Char
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
IsReadOnly
True if readonly.
property IsReadOnly: Boolean read;
Boolean IsReadOnly { get; }
var IsReadOnly: Boolean { get{} }
Boolean IsReadOnly { __get; }
ReadOnly Property IsReadOnly() As Boolean
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ThousandsSeparator
Thousand separator.
property ThousandsSeparator: Char read write;
Char ThousandsSeparator { get; set; }
var ThousandsSeparator: Char { get{} set{} }
Char ThousandsSeparator { __get; __set; }
Property ThousandsSeparator() As Char
ToString virtual (declared in Object)
Gets the string representation of this method.
Currency
Currency symbol
property Currency: String read write;
String Currency { get; set; }
var Currency: String { get{} set{} }
String Currency { __get; __set; }
Property Currency() As String
DecimalSeparator
Decimal separator.
property DecimalSeparator: Char read write;
Char DecimalSeparator { get; set; }
var DecimalSeparator: Char { get{} set{} }
Char DecimalSeparator { __get; __set; }
Property DecimalSeparator() As Char
IsReadOnly
True if readonly.
property IsReadOnly: Boolean read;
Boolean IsReadOnly { get; }
var IsReadOnly: Boolean { get{} }
Boolean IsReadOnly { __get; }
ReadOnly Property IsReadOnly() As Boolean
ThousandsSeparator
Thousand separator.
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor (declared in Object)
constructor
NumberFormatInfo()
init()
NumberFormatInfo()
Sub New()
constructor(aDecimalSeparator: Char; aThousandsSeparator: Char; aCurrency: String; aIsReadOnly: Boolean)
NumberFormatInfo(Char aDecimalSeparator, Char aThousandsSeparator, String aCurrency, Boolean aIsReadOnly)
init(_ aDecimalSeparator: Char, _ aThousandsSeparator: Char, _ aCurrency: String, _ aIsReadOnly: Boolean)
Parameters:
- aDecimalSeparator:
- aThousandsSeparator:
- aCurrency:
- aIsReadOnly:
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString virtual (declared in Object)
Gets the string representation of this method.