Click or drag to resize

FndDecimalAttribute Methods

The FndDecimalAttribute type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares two attributes. Used for sorting.
(Overrides FndAttributeCompareTo(FndAttribute).)
Public methodFormat (Overrides FndAttributeFormat.)
Public methodGetAttributeType
Returns the attribute type
(Overrides FndAttribute.GetAttributeType.)
Public methodGetValue
Gets the contained value
Public methodGetValueType
Returns the contained value type
(Overrides FndAttribute.GetValueType.)
Public methodParse
Parses a string representation of simple attribute types This is NOT unmarshalling functionality
(Overrides FndAttributeParse(String).)
Public methodSetValue
Sets the Contained value
Public methodToString
Returns the numeric value using string representation, always using dot (.) as decimal separator.
(Overrides FndAttributeToString.)
Public methodTryParse
Parses a string representation of attribute into decimal
(Overrides FndAttributeTryParse(String, Object).)
Top
See Also