Gets or sets the whole digits in the number to be formatting.
Namespace: Simol.FormattersAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public byte WholeDigits { get; set; } |
Visual Basic |
---|
Public Property WholeDigits As Byte Get Set |
Visual C++ |
---|
public: property unsigned char WholeDigits { unsigned char get (); void set (unsigned char value); } |