System::String::ToString 方法
String::ToString() const method
用于在调用 ToString() 时处理 String 类的包装器,适用于值类型对象的上下文。
String System::String::ToString() const
ReturnValue
当前字符串的副本。如果当前字符串为 null,则视为空字符串。
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::ToString(const SharedPtr<IFormatProvider>&) const method
用于在调用 ToString() 时处理 String 类的包装器,适用于值类型对象的上下文。
String System::String::ToString(const SharedPtr<IFormatProvider> &) const
ReturnValue
当前字符串的副本。如果当前字符串为 null,则视为空字符串。
另见
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class String
- Namespace System
- Library Aspose.Page for C++