Solar_OS API Reference

You are here: Main -> Utility API


Str_To_Val_Hex PROC STDCALL
	ARG	@@str_ptr:dword
	ARG	@@str_size:dword

This function will convert a string containing ASCII representation of an hexa_decimal number into the number value itself.

Arguments:

Argument Type Description
str_ptr dword pointer to the source string for conversion
str_size dword size of the source string

Returns:

Posible Errors:

Remarks:

See Also

Str_To_Val_Dec