PIString::fromAscii() new overload
This commit is contained in:
@@ -722,6 +722,9 @@ public:
|
||||
//! \brief Return string constructed from ASCII
|
||||
static PIString fromAscii(const char * s);
|
||||
|
||||
//! \brief Return string constructed from "len" chars ASCII
|
||||
static PIString fromAscii(const char * s, int len);
|
||||
|
||||
//! \brief Return string constructed from "c" codepage
|
||||
static PIString fromCodepage(const char * s, const char * c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user