MKI_ConvertStringInt64 (Strings) New in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_ConvertStringInt64(

 __int64& f_rValue,

 const LPCWSTR f_pszText );

 

Converts a string's content into a 64 bit integer value.

 

Parameters

f_rValue

[_int64&] Address of variable to receive the evaluated int value.

f_pszText

[const LPCWSTR] Text containing the int value to be converted. This text may include preceding and trailing spaces.

 

Return Value

Returns true if successful, false if not.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH