System::BoxedValueBase::ToString 메서드

BoxedValueBase::ToString() const method

C# Object.ToString() 메서드와 유사합니다. 사용자 정의 객체를 문자열로 변환할 수 있게 합니다.

virtual String System::Object::ToString() const

ReturnValue

String representation as provided by final class.

또 보기

BoxedValueBase::ToString(const System::String&) const method

지정된 형식 문자열을 사용하여 박싱된 객체를 문자열로 변환합니다.

System::String System::BoxedValueBase::ToString(const System::String &format) const

또 보기