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