System::ComponentModel::TypeConverter::ConvertToInvariantString 메서드

TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method

객체를 불변 문자열로 변환합니다.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
매개변수형식설명
contextconst System::SharedPtr<ITypeDescriptorContext>&Object 변환 컨텍스트 정보.
valueconst System::SharedPtr<System::Object>&Object 변환할.

ReturnValue

변환된 객체.

또 보기

TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object>&) method

객체를 불변 문자열로 변환합니다.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
매개변수형식설명
valueconst System::SharedPtr<System::Object>&Object 변환할.

ReturnValue

변환된 객체.

또 보기