Converter.UnpackTime 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
| UnpackTime(String, Boolean) | |
| UnpackTime(String, String) | |
| UnpackTime(String, String, Boolean) |
UnpackTime(String, Boolean)
public:
TimeSpan UnpackTime(System::String ^ strVal, bool % succeed);
public TimeSpan UnpackTime (string strVal, ref bool succeed);
member this.UnpackTime : string * -> TimeSpan
Public Function UnpackTime (strVal As String, ByRef succeed As Boolean) As TimeSpan
Parameters
- strVal
- String
- succeed
- Boolean
Returns
Applies to
UnpackTime(String, String)
public:
bool UnpackTime(System::String ^ strVal, System::String ^ % retVal);
public bool UnpackTime (string strVal, ref string retVal);
member this.UnpackTime : string * -> bool
Public Function UnpackTime (strVal As String, ByRef retVal As String) As Boolean
Parameters
- strVal
- String
- retVal
- String
Returns
Applies to
UnpackTime(String, String, Boolean)
public:
TimeSpan UnpackTime(System::String ^ strVal, System::String ^ timeMask, bool % succeed);
public TimeSpan UnpackTime (string strVal, string timeMask, ref bool succeed);
member this.UnpackTime : string * string * -> TimeSpan
Public Function UnpackTime (strVal As String, timeMask As String, ByRef succeed As Boolean) As TimeSpan
Parameters
- strVal
- String
- timeMask
- String
- succeed
- Boolean