Gets or sets a value indicating whether the number to be formatted is signed.

Namespace: Simol.Formatters
Assembly: 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);
}

Field Value

true if the number is signed; otherwise, false.

Remarks