Trimming Enum

Definition

Specifies how a string type data item is trimmed.

public enum Trimming
type Trimming = 
Public Enum Trimming
Inheritance
Trimming

Fields

Left 0

Specifies that the left white-space characters in a string are removed.

LeftRight 2

Specifies that the both left and right white-space characters in a string are removed.

None 3

Specifies that the no white-space characters are removed.

Right 1

Specifies that the right white-space characters in a string are removed.

Applies to