Closed kellyethridge closed 4 years ago
The RegistryKey.SetValue uses the Currency type for 64-bit support. Int64 should also be used for setting 64-bit values, keeping Currency support intact.
RegistryKey.SetValue
Currency
Int64
The
RegistryKey.SetValue
uses theCurrency
type for 64-bit support.Int64
should also be used for setting 64-bit values, keepingCurrency
support intact.