dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalDS Structure / TryParse Method
A string, containing an interval to convert.
If the conversion was successful, this parameter contains the result OracleIntervalDS value; otherwise Null value.

TryParse Method (OracleIntervalDS)
Converts the string representation of an interval in days, hours, minits, seconds, and fractional seconds to OracleIntervalDS.
Syntax
'Declaration
 
Public Shared Function TryParse( _
   ByVal value As String, _
   ByRef result As OracleIntervalDS _
) As Boolean
 

Parameters

value
A string, containing an interval to convert.
result
If the conversion was successful, this parameter contains the result OracleIntervalDS value; otherwise Null value.

Return Value

true if the string was converted successfully; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also