System::Runtime::Serialization::IFormatterConverter::ToString method

IFormatterConverter::ToString method

Converts a value to a String.

virtual String System::Runtime::Serialization::IFormatterConverter::ToString(System::SharedPtr<Object> value)=0
ParameterTypeDescription
valueSystem::SharedPtr<Object>The object to be converted.

ReturnValue

The converted value.

See Also