Inheritance Hierarchy
SystemAttribute
ABSuite.AccessLayer.Connector.Core.UtilityCustomConverter
ABSuite.AccessLayer.Connector.Core.UtilityCLRSignedNumberStringConverter
ABSuite.AccessLayer.Connector.Core.UtilityCLRDecimalStringConverter
Namespace: ABSuite.AccessLayer.Connector.Core.Utility
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CLRDecimalStringConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CLRDecimalStringConverter | Initializes a new instance of the CLRDecimalStringConverter class |
Properties
Name | Description | |
---|---|---|
![]() | Decimals | (Inherited from CLRSignedNumberStringConverter.) |
![]() | DecimalSeparator | (Inherited from CLRSignedNumberStringConverter.) |
![]() | GroupSeparator | (Inherited from CLRSignedNumberStringConverter.) |
Methods
Name | Description | |
---|---|---|
![]() | ConvertFromString |
Convert the string to a decimal value
(Overrides CLRSignedNumberStringConverterConvertFromString(Object).) |
![]() | ConvertToString |
Conver the decimal value to string in the required format
(Overrides CLRSignedNumberStringConverterConvertToString(Object).) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also