System::ComponentModel::TypeConverter::ConvertToInvariantString metod

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

Konverterar objekt till invariant sträng.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
ParameterTypeBeskrivning
contextconst System::SharedPtr<ITypeDescriptorContext>&Object konverteringskontextinformation.
valueconst System::SharedPtr<System::Object>&Object att konvertera.

ReturnValue

Konverterat objekt.

Se även

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

Konverterar objekt till invariant sträng.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
ParameterTypeBeskrivning
valueconst System::SharedPtr<System::Object>&Object att konvertera.

ReturnValue

Konverterat objekt.

Se även