Does anyone have (our would make for fee) a Currency formatting class
that is based on custom configuration? For instance, I need a class that
can do the formatting and parsing of currency strings based on system-
independent settings so that they can be different from the built-in
number formatting settings.
Ideally it would be something like this:
Class Currency
SetValue( amount As Double )
GetValue() As Double
ParseValue( amount As String )
FormatValue() As String
Properties:
CurrencySymbol As String
ThousandsSeparator As String
Decimal As String
(And any other properties which might be necessary for custom implementation.)
If anyone thinks that they could provide such a class, please contact me
off the list.
Thanks,
Ryan Dary, CEO
Surprise Software
www.surprisesoftware.com
=========================
The Internet Land Rush is On!
Partner with a top-level domain registry
and earn residual income for life.
Go to: <http://surprisenetwork.ws>
=========================
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|