nn::nex::String::String Constructor
Syntax
String( const
qChar8
* szString );
Parameters
Name
Description
in
szString
An ANSI string of type
qChar8
. Converted to type
qWideChar
.
Description
Constructor.
Revision History
2012/06/06
Noted that if the argument is type
qChar8
, the string must be in ANSI format.
2012/01/27
Initial version.
CONFIDENTIAL