ConceptHMI Web Help
TryConvertStringToTimeSpan Method
The string to convert into a TimeSpan object.
The TimeSpan object created based on the input string.
Tries to convert a string into a TimeSpan object.
Syntax
public static bool TryConvertStringToTimeSpan( 
   string value,
   out TimeSpan timeSpan
)

Parameters

value
The string to convert into a TimeSpan object.
timeSpan
The TimeSpan object created based on the input string.

Return Value

True when the conversion is successful, else false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConceptUtilsUtils Class
ConceptUtilsUtils Members

 

 


© 2016 Objectis

Send Feedback