CastStringAsBoolean

Top  Previous  Next

Prototype

 

BoolOutput:= CastStringAsBoolean(StrValue)

 

Description

 

Convert a boolean pointer in a boolean value.

 

Parameters

 

StrValue: boolean pointer to convert.

 

Returned Value

 

BoolOutput: boolean 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.