Selerix Developer Tools
IntToString Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members