CastStringAsFloat |
Top Previous Next |
Prototype
FloatOutput:= CastStringAsFloat(StrValue)
Description
Convert a float pointer in a float value.
Parameters
StrValue: float pointer to convert.
Returned Value
FloatOutput: float value
Note
The cast function have to be used only to support CallLibrary function if some DLL functions have “ByRef” parameter instead of “ByVal” ones. |