System::ComponentModel::TypeConverter::ConvertFromString 메서드

TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method

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

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &text)
매개변수형식설명
contextconst System::SharedPtr<ITypeDescriptorContext>&Object 변환 컨텍스트 정보.
문화const System::SharedPtr<System::Globalization::CultureInfo>&객체를 변환할 때 사용할 문화.
textconst System::String&변환할 값.

ReturnValue

변환된 객체.

또 보기

TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method

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

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

ReturnValue

변환된 객체.

또 보기

TypeConverter::ConvertFromString(const System::String&) method

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

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
매개변수형식설명
textconst System::String&변환할 값.

ReturnValue

변환된 객체.

또 보기