TNumeric_Text_Presentation_Manager
What: class
Ancestor: TDelphi_Object
File: _TPM
Layer: 1
Platforms: C++, C#, Javascript, Pascal (Object), PHP, Python
This is an abstract base class for numeric text presentation managers. It contains the following methods:
Decimal
string Decimal()
function Decimal : string
Character(s) to use for decimal point.
Group
string Group()
function Group : string
Character(s) to use for thounsand separator.
Negative
string Negative()
function Negative : string
Character(s) to use for negative sign.
Positive
string Positive()
function Positive : string
Character(s) to use for positive sign.