DebugMessage.PrintFormat Enumeration
This enumeration identifies the format used to print a value.
Namespace:
IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public enum PrintFormat
Members
|
Name |
Value | Description |
|---|---|---|
|
Default |
0 |
The default .NET Printf format. |
|
Dec |
1 |
A decimal format. |
|
Hex |
2 |
A hexadecimal format. |
|
Hex2 |
3 |
A hexadecimal format with at least 2 characters. |
|
Hex4 |
4 |
A hexadecimal format with at least 4 characters. |
|
Hex8 |
5 |
A hexadecimal format with at least 8 characters. |
|
Hex16 |
6 |
A hexadecimal format with at least 16 characters. |
|
Float |
7 |
A floating point format. |
See Also: