Converter.TryConvertToDateTime(String, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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