Converter.UnpackTimestamp 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.
Overloads
| UnpackTimestamp(String, Boolean) | |
| UnpackTimestamp(String, String) | |
| UnpackTimestamp(Byte[], Int32, Boolean) | |
| UnpackTimestamp(String, String, Boolean) |
UnpackTimestamp(String, Boolean)
public:
DateTime UnpackTimestamp(System::String ^ strVal, bool % succeed);
public DateTime UnpackTimestamp (string strVal, ref bool succeed);
member this.UnpackTimestamp : string * -> DateTime
Public Function UnpackTimestamp (strVal As String, ByRef succeed As Boolean) As DateTime
Parameters
- strVal
- String
- succeed
- Boolean
Returns
Applies to
UnpackTimestamp(String, String)
public:
bool UnpackTimestamp(System::String ^ strVal, System::String ^ % retVal);
public bool UnpackTimestamp (string strVal, ref string retVal);
member this.UnpackTimestamp : string * -> bool
Public Function UnpackTimestamp (strVal As String, ByRef retVal As String) As Boolean
Parameters
- strVal
- String
- retVal
- String
Returns
Applies to
UnpackTimestamp(Byte[], Int32, Boolean)
public:
DateTime UnpackTimestamp(cli::array <System::Byte> ^ buffer, int codePage, bool % succeed);
public DateTime UnpackTimestamp (byte[] buffer, int codePage, ref bool succeed);
member this.UnpackTimestamp : byte[] * int * -> DateTime
Public Function UnpackTimestamp (buffer As Byte(), codePage As Integer, ByRef succeed As Boolean) As DateTime
Parameters
- buffer
- Byte[]
- codePage
- Int32
- succeed
- Boolean
Returns
Applies to
UnpackTimestamp(String, String, Boolean)
public:
DateTime UnpackTimestamp(System::String ^ strVal, System::String ^ datetimeMask, bool % succeed);
public DateTime UnpackTimestamp (string strVal, string datetimeMask, ref bool succeed);
member this.UnpackTimestamp : string * string * -> DateTime
Public Function UnpackTimestamp (strVal As String, datetimeMask As String, ByRef succeed As Boolean) As DateTime
Parameters
- strVal
- String
- datetimeMask
- String
- succeed
- Boolean