We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8d50e commit 94fd78cCopy full SHA for 94fd78c
docs/input/docs/reference/custom-formatting.md
@@ -32,6 +32,7 @@ assembly-informational-format: "{Major}.{Minor}.{Patch:F2}-{PreReleaseLabel}"
32
- `C` or `c` (Currency): `{Major:C}` → `"¤1.00"`
33
- `P` or `p` (Percent): `{CommitsSinceVersionSource:P}` → `"12,345.60 %"`
34
- `D` or `d` (Decimal): `{Major:D4}` → `"0001"`
35
+- `B` or `b` (Binary): `{Minor:B4}` → `"0101"`
36
- `X` or `x` (Hexadecimal): `{Patch:X}` → `"FF"`
37
38
### Date and Time Formatting
0 commit comments