MKI_ConvertIntString64 (Strings) Changed in Version 2026.0

www.CAD6.com

C++ Syntax

bool

MKI_ConvertIntString64(

 LPWSTR f_pszText,

 const size_t f_unMaxSize,

 __int64 f_nValue );

 

template <size_t f_unSize> void

MKI_ConvertIntString64(

 wchar_t (&f_rDestin)[f_unSize],

 __int64 f_nValue );

 

Converts a 64 bit integer value to a string.

 

Parameters

f_pszText / f_rDestin

[LPWSTR] Pointer to or [wchar_t[]&] Reference to text buffer to receive the converted int string.

f_unMaxSize

[const size_t] Maximum allowed length of the destination text in UTF-16 characters including the terminating '\0' character.

f_nValue

[__int64] Integer value to be converted into a string.

 

Return Value

Returns true if successful, false if not.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH