System::String::begin method
String::begin method
Renvoie un pointeur vers le début du tampon de chaîne réel. Ne réalloue jamais rien. Ne garantit pas que le tampon soit nul‑terminé.
const UChar * System::String::begin() const
ReturnValue
Pointeur vers le tampon de chaîne réel, terminé par un caractère nul ou non.
Voir aussi
- Class String
- Namespace System
- Library Aspose.Page for C++