Property StringSplitToArrayChars
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.