Decimal updated per API Review #5523
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated per API Review'd spec (#5413)
Notable changes for C++:
bool try_from_string(input_source, output_value)
char
support as an integer (use std:int16_t)PCSTR
(current codepage)PCWSTR
std::string
std::string_view
std::wstring
std::wstring_view
wil::zstring_view
HSTRING
winrt::hstring
scale()
andmax_scale()
returnstd::uint8_t
is_integer()
Notable changes for C#
FromDecimalValue()
renamedToDecimal()
(name functions after return type)Notable changes for WinRT:
Boolean TryFromString(input_source, output_value)
Char
support as an integer (use Int16)scale()
andmax_scale()
returnstd::uint8_t