System::String::reset 方法
String::reset method
将字符串设为 null。相当于 C# 中的 'string_variable_name = null'。
String & System::String::reset()
ReturnValue
自身引用。
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
将字符串设为 null。相当于 C# 中的 'string_variable_name = null'。
String & System::String::reset()
自身引用。