Class NCWordSign
The enumeration shows how to output a sign for numbers: don't output, minus only or plus and minus always.
Inheritance
object
NCWordSign
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class NCWordSign : Enum
Fields
Minus
With "Minus" option the sign "-" will output for negative numbers only. For positive numbers the sign will be skipped.
Declaration
public const NCWordSign Minus = 1
Field Value
Type | Description |
---|---|
NCWordSign |
No
With "No" option the number will output without a sign at all.
Declaration
public const NCWordSign No = 0
Field Value
Type | Description |
---|---|
NCWordSign |
PlusAndMinus
The sign "-" or "+" will output always for negative and positive numbers.
Declaration
public const NCWordSign PlusAndMinus = 2
Field Value
Type | Description |
---|---|
NCWordSign |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |