summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/MetaFileCommentParser.py
diff options
context:
space:
mode:
authorVishal Oliyil Kunnil <vishalo@qti.qualcomm.com>2026-08-29 02:21:51 +0300
committerLeif Lindholm <leif.lindholm@oss.qualcomm.com>2026-09-15 13:49:49 +0300
commitf443364513d9f65c793563a324cbc5580ce35a69 (patch)
tree7a28b47582ade3be1667b7ba2ce6d87fa81bda05 /BaseTools/Source/Python/Workspace/MetaFileCommentParser.py
parent19d198baace6c9b5582d59471ecad6336ca255e0 (diff)
downloadedk2-f443364513d9f65c793563a324cbc5580ce35a69.tar.xz
MdePkg/BaseLib: Add AsciiStrToUintn and AsciiStrToUint64
Add AsciiStrToUintn() and AsciiStrToUint64() to BaseLib. These are thin wrappers that dispatch to the existing AsciiStrHexToUintnS()/ AsciiStrDecimalToUintnS() (and UINT64 equivalents) based on Base, which must be 0 (auto-detect via a "0x"/"0X" prefix), 10, or 16. No new radix-parsing logic is introduced; the existing conversion routines already cover the bases actually used in practice. Signed-off-by: Vishal Oliyil Kunnil <vishalo@qti.qualcomm.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/MetaFileCommentParser.py')
0 files changed, 0 insertions, 0 deletions