Table of Contents

Method Split

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Split(string)

Converts specified text to string array.

public static string[] Split(string text)

Parameters

text string

String to convert.

Returns

string[]

String array representation of given text.