System::Memory::ToString method

Memory::ToString() const method

Converts the character memory to a string representation.

template<typename T1> std::enable_if<std::is_same<T1, char16_t>::value, String>::type System::Memory<T>::ToString() const

ReturnValue

A string representing the memory.

See Also

Memory::ToString() const method

Converts the ordinary memory to a string representation.

template<typename T1> std::enable_if<!std::is_same<T1, char16_t>::value, String>::type System::Memory<T>::ToString() const

ReturnValue

A string representing the memory.

See Also