Class NumberFormatInfoSummary
Inheritance
System.Object
NumberFormatInfoSummary
Assembly: SMT.MastaAPI.14.1.1.dll
public class NumberFormatInfoSummary : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public string DecimalSymbol { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string NativeDigits { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string NegativePattern { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string NegativeSymbol { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string SampleNegativeNumber { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string SamplePositiveNumber { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods