2.6.4.26. execute_IsStringInteger()

[<<<] [>>>]

This function should be used to check a string before converting it to numeric value. If the string contains only digits it should be converted to long. If the string contains other characters then it should be converted to double. This function decides what characters the string contains.

int execute_IsStringInteger(pFixSizeMemoryObject pVar
  ){

[<<<] [>>>]