Table of Contents

Property StringSplitToArrayChars

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

StringSplitToArrayChars

Gets or sets values that split one string to many when log operations are performed (or in other situations).

public static string[] StringSplitToArrayChars { get; set; }

Property Value

string[]

Remarks

An example of such split values is NewLine which is assigned to StringSplitToArrayChars by default.