Selerix Developer Tools
DecimalToStringUnit Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members