Converter.UnpackDate Method

Definition

Overloads

UnpackDate(String, String)
UnpackDate(String, Boolean)

UnpackDate(String, String)

public:
 bool UnpackDate(System::String ^ strVal, System::String ^ % retVal);
public bool UnpackDate (string strVal, ref string retVal);
member this.UnpackDate : string *  -> bool
Public Function UnpackDate (strVal As String, ByRef retVal As String) As Boolean

Parameters

strVal
String
retVal
String

Returns

Boolean

Applies to

UnpackDate(String, Boolean)

public:
 DateTime UnpackDate(System::String ^ strVal, bool % succeed);
public DateTime UnpackDate (string strVal, ref bool succeed);
member this.UnpackDate : string *  -> DateTime
Public Function UnpackDate (strVal As String, ByRef succeed As Boolean) As DateTime

Parameters

strVal
String
succeed
Boolean

Returns

DateTime

Applies to