System::Runtime::Serialization::FormatterConverter::ToString method

FormatterConverter::ToString method

Converts a value to a String.

String System::Runtime::Serialization::FormatterConverter::ToString(System::SharedPtr<Object> value) override
ParameterTypeDescription
valueSystem::SharedPtr<Object>The object to be converted.

ReturnValue

The converted value.

See Also