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

Value

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

Text

[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 2025.0 - Copyright 2025 Malz++Kassner® GmbH