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.Page 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.Page for C++