Click or drag to resize

SplitOptions Enumeration

Options specifying how to split a string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum SplitOptions
Members
  Member nameValueDescription
Trim3Trim leading and trailing spaces from the split string.
IncludeEmpty4Add empty strings (after trimming, if any) to the list.
See Also