Selerix Developer Tools
StringToDateTime Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ConverterUtils Class : StringToDateTime Method
the value
Strings to datetime.
Syntax
'Declaration
 
Public Shared Function StringToDateTime( _
   ByVal value As String _
) As Date
'Usage
 
Dim value As String
Dim value As Date
 
value = ConverterUtils.StringToDateTime(value)
public static DateTime StringToDateTime( 
   string value
)
public function StringToDateTime( 
    value: String
): DateTime; static; 
public static function StringToDateTime( 
   value : String
) : DateTime;
public: static DateTime StringToDateTime( 
   string* value
) 
public:
static DateTime StringToDateTime( 
   String^ value
) 

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members