|
1 | 1 | ---
|
2 | 2 | description: Learn about the implicit and explicit conversions between the built-in numeric types in C#
|
3 | 3 | title: "Built-in numeric conversions - C# reference"
|
4 |
| -ms.date: 03/17/2021 |
| 4 | +ms.date: 01/30/2023 |
5 | 5 | helpviewer_keywords:
|
6 | 6 | - "implicit numeric conversions [C#]"
|
7 | 7 | - "explicit numeric conversion [C#]"
|
@@ -63,7 +63,7 @@ The following table shows the predefined explicit conversions between the built-
|
63 | 63 | |[short](integral-numeric-types.md)|`sbyte`, `byte`, `ushort`, `uint`, `ulong`, or `nuint`|
|
64 | 64 | |[ushort](integral-numeric-types.md)|`sbyte`, `byte`, or `short`|
|
65 | 65 | |[int](integral-numeric-types.md)|`sbyte`, `byte`, `short`, `ushort`, `uint`, `ulong`, or `nuint`|
|
66 |
| -|[uint](integral-numeric-types.md)|`sbyte`, `byte`, `short`, `ushort`, or `int`| |
| 66 | +|[uint](integral-numeric-types.md)|`sbyte`, `byte`, `short`, `ushort`, `int`, or `nint`| |
67 | 67 | |[long](integral-numeric-types.md)|`sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `ulong`, `nint`, or `nuint`|
|
68 | 68 | |[ulong](integral-numeric-types.md)|`sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `long`, `nint`, or `nuint`|
|
69 | 69 | |[float](floating-point-numeric-types.md)|`sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `long`, `ulong`, `decimal`, `nint`, or `nuint`|
|
|
0 commit comments