Task.Split(Object, Object) 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.
public:
void Split(System::Object ^ StartSplitOn, System::Object ^ EndSplitOn);
public void Split (object StartSplitOn, object EndSplitOn);
abstract member Split : obj * obj -> unit
Public Sub Split (StartSplitOn As Object, EndSplitOn As Object)
Parameters
- StartSplitOn
- Object
- EndSplitOn
- Object