Converter.UnpackDate 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
| 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
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