Converter.UnpackTimestamp Method

Definition

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

DateTime

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

Boolean

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

DateTime

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

Returns

DateTime

Applies to