'Declaration Public Overloads Shared Function Parse( _ ByVal value As String, _ ByVal format As String, _ ByVal timeStampType As OracleDbType _ ) As OracleTimeStamp
public static OracleTimeStamp Parse( string value, string format, OracleDbType timeStampType )
Parameters
- value
- The System.String to be parsed.
- format
- A System.String that describes elements contained within value.
- timeStampType
- A OracleDbType value. Only OracleDbType.TimeStamp, OracleDbType.TimeStampLTZ, and OracleDbType.TimeStampTZ are allowed.
Return Value
An OracleTimeStamp structure equal to the date represented by the specified System.String.