Click or drag to resize

UaCurrToStr Method

Overload List
  NameDescription
Public methodStatic memberCurrToStr(Decimal)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Double)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Decimal, Boolean)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Decimal, String)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Double, Boolean)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Double, String)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Int64, Boolean)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Decimal, Boolean, String)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Decimal, String, Boolean)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Double, Boolean, String)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Double, String, Boolean)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Int64, String, Boolean)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Decimal, Boolean, String, Boolean)
Converts the specified value to its equivalent string representation.
Public methodStatic memberCurrToStr(Double, Boolean, String, Boolean)
Converts the specified value to its equivalent string representation.
Top
See Also