Selerix Developer Tools
ToString(String) Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ConverterUtils Class > ToString Method : ToString(String) Method
the value
Returns a System.String that represents this instance.
Syntax
'Declaration
 
Public Overloads Shared Function ToString( _
   ByVal value As String _
) As String
'Usage
 
Dim value As String
Dim value As String
 
value = ConverterUtils.ToString(value)
public static string ToString( 
   string value
)
public function ToString( 
    value: String
): String; static; 
public static function ToString( 
   value : String
) : String;
public: static string* ToString( 
   string* value
) 
public:
static String^ ToString( 
   String^ value
) 

Parameters

value
the value

Return Value

A System.String that represents this instance.
See Also

Reference

ConverterUtils Class
ConverterUtils Members
Overload List