AcceptedCharacters Enum

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AcceptedCharacters
type AcceptedCharacters = 
Public Enum AcceptedCharacters
Inheritance
AcceptedCharacters
Attributes

Fields

AllWhiteSpace 3

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Any 7

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

AnyExceptNewline 6

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

NewLine 1

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

None 0

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

NonWhiteSpace 4

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

WhiteSpace 2

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Applies to