Converter.TryConvertToDateTime(String, Int32, String) Method

Definition

public:
 bool TryConvertToDateTime(System::String ^ strVal, int length, [Runtime::InteropServices::Out] System::String ^ % dateTimeValue);
public bool TryConvertToDateTime (string strVal, int length, out string dateTimeValue);
member this.TryConvertToDateTime : string * int *  -> bool
Public Function TryConvertToDateTime (strVal As String, length As Integer, ByRef dateTimeValue As String) As Boolean

Parameters

strVal
String
length
Int32
dateTimeValue
String

Returns

Boolean

Applies to