Selerix Developer Tools
DecimalToCurrencyString Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ConverterUtils Class : DecimalToCurrencyString Method
the value
Decimals to currency string.
Syntax
'Declaration
 
Public Shared Function DecimalToCurrencyString( _
   ByVal value As Nullable(Of Decimal) _
) As String
'Usage
 
Dim value As Nullable(Of Decimal)
Dim value As String
 
value = ConverterUtils.DecimalToCurrencyString(value)
public static string DecimalToCurrencyString( 
   Nullable<decimal> value
)
public function DecimalToCurrencyString( 
    value: Nullable
): String; static; 
public static function DecimalToCurrencyString( 
   value : Nullable
) : String;
public: static string* DecimalToCurrencyString( 
   Nullable<decimal> value
) 
public:
static String^ DecimalToCurrencyString( 
   Nullable<decimal> value
) 

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members