Gets or sets a value indicating whether the number to be formatted is signed.
Namespace: Simol.FormattersAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool IsSigned { get; set; } |
| Visual Basic |
|---|
Public Property IsSigned As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsSigned { bool get (); void set (bool value); } |