Class NumberFormatInfoSummary
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NumberFormatInfoSummary
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class NumberFormatInfoSummary : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DecimalSymbol
The decimal symbol is used to separate decimal and fractional parts of numbers.
Declaration
public string DecimalSymbol { get; }
Property Value
Type | Description |
---|---|
System.String |
NativeDigits
The native digits are the numbers which represent 0-9 in the current locale.
Declaration
public string NativeDigits { get; }
Property Value
Type | Description |
---|---|
System.String |
NegativePattern
The negative pattern defines the way that negative numbers are formatted.
Declaration
public string NegativePattern { get; }
Property Value
Type | Description |
---|---|
System.String |
NegativeSymbol
The negative symbol is used to distinguish between positive and negative values.
Declaration
public string NegativeSymbol { get; }
Property Value
Type | Description |
---|---|
System.String |
SampleNegativeNumber
This is how a negative number is displayed based on the current formatting
Declaration
public string SampleNegativeNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
SamplePositiveNumber
This is how a positive number is displayed based on the current formatting
Declaration
public string SamplePositiveNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>