mirror of
https://github.com/openharmony/utils_native.git
synced 2026-07-21 01:25:42 -04:00
Rectify descriptions which is not so standard.
Signed-off-by: liujialiang <liujialiang10@huawei.com>
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
lite
|
||||
/lite
|
||||
|
||||
@@ -41,7 +41,7 @@ std::string ReplaceStr(const std::string& str, const std::string& src, const std
|
||||
std::string TrimStr(const std::string& str, const char cTrim = ' ');
|
||||
|
||||
/**
|
||||
* The DexToHexString function convert dex to hex string.
|
||||
* The DexToHexString function convert decimal to hexadecimal string.
|
||||
*/
|
||||
std::string DexToHexString(int value, bool upper = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user