System::String::end 方法
String::end method
返回指向实际字符串缓冲区末尾的指针。永不重新分配任何内容。不保证缓冲区为 null 终止。
const UChar * System::String::end() const
ReturnValue
指向实际字符串缓冲区之后的第一个元素的指针,无论是否以 null 结尾。
另见
- Class String
- Namespace System
- Library Aspose.Font for C++
返回指向实际字符串缓冲区末尾的指针。永不重新分配任何内容。不保证缓冲区为 null 终止。
const UChar * System::String::end() const
指向实际字符串缓冲区之后的第一个元素的指针,无论是否以 null 结尾。