Interval Constructor (String) |
Constructs interval from a string that has the form: "start-end". For example: "100-1000".
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public Interval(
string start_end
)
Public Sub New (
start_end As String
)
public:
Interval(
String^ start_end
)
new :
start_end : string -> Interval
Parameters
- start_end
- Type: SystemString
.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException |
Thrown when one or more arguments are outside the required range.
|
See Also