Click or drag to resize
Interval Constructor (String)
Constructs interval from a string that has the form: "start-end". For example: "100-1000".

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Interval(
	string start_end
)

Parameters

start_end
Type: SystemString
.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when one or more arguments are outside the required range.
See Also