Converts the string representation of a time interval to its xtd::time_span equivalent and returns a value that indicates whether the conversion succeeded.
value | A string that specifies the time interval to convert. |
result | When this method returns, contains an object that represents the time interval specified by value, or xtd::time_span::zero if the conversion failed. |