EmptyTokenType

Show declaration
enum EmptyTokenType;

Describes the function of empty strings when using string.Split.

Variants

TOK_SKIPEMPTY

Doesn't store empty strings into the resultant array.

TOK_KEEPEMPTY

Stores empty strings into the resultant array.

Overview of variants

TOK_KEEPEMPTY, TOK_SKIPEMPTY