CLRDecimalStringConverter Class

Inheritance Hierarchy

SystemObject
  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

public sealed class CLRDecimalStringConverter : CLRSignedNumberStringConverter

The CLRDecimalStringConverter type exposes the following members.

Constructors

  NameDescription
Public methodCLRDecimalStringConverter
Initializes a new instance of the CLRDecimalStringConverter class
Top
Properties

  NameDescription
Public propertyDecimals
Public propertyDecimalSeparator
Public propertyGroupSeparator
Top
Methods

  NameDescription
Public methodConvertFromString
Convert the string to a decimal value
(Overrides CLRSignedNumberStringConverterConvertFromString(Object).)
Public methodConvertToString
Conver the decimal value to string in the required format
(Overrides CLRSignedNumberStringConverterConvertToString(Object).)
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference