audk/RedfishPkg/PrivateLibrary/RedfishCrtLib
Nickle Wang d65b183f92 RedfishPkg/RedfishCrtLib: handle floating point number in JSON
When the value type is defined as number in Redfish schema, floating
point number is allowed. RedfishCrtLib raises assert without handling
this case now. Follow the way in EDK2 to call AsciiStrDecimalToUintnS
and handle the floating point number. Only the integer value is
returned.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
2024-01-15 08:11:22 +00:00
..
RedfishCrtLib.c RedfishPkg/RedfishCrtLib: handle floating point number in JSON 2024-01-15 08:11:22 +00:00
RedfishCrtLib.inf RedfishPkg: Fix SortLib library class name typo. 2023-06-30 16:16:12 +00:00