You are here: Main -> Utility API
Str_To_Val_Dec PROC STDCALL ARG @@str_ptr:dword ARG @@str_size:dword
This function will convert a string containing ASCII representation of an decimal number into the number value itself.
Argument | Type | Description |
---|---|---|
str_ptr | dword | pointer to the source string fro conversion |
str_size | dword | size of the source string |