Selerix Developer Tools
DecimalToString Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members