Summary
Specifies the trimming of items.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["LoopTask.LoopTrim"]
class Type type-node
Syntax
public enum LoopTask.LoopTrim
Fields
Name | Constant Value | Summary |
---|---|---|
Both | 3 |
Remove all white space characters from the beginning and end of
the current item.
static
|
End | 1 |
Remove all white space characters from the end of the current
item.
static
|
None | 0 |
Do not remove any white space characters.
static
|
Start | 2 |
Remove all white space characters from the beginning of the
current item.
static
|