Aspose::Cells::U16String::operator= method

U16String::operator=(const U16String&) method

Replaces the contents of the string with another string.

U16String & Aspose::Cells::U16String::operator=(const U16String &str)

See Also

U16String::operator=(std::initializer_list<char>) method

Replaces the contents of the string with the characters in the initializer list.

U16String & Aspose::Cells::U16String::operator=(std::initializer_list<char> il)

See Also

U16String::operator=(std::initializer_list<char16_t>) method

Replaces the contents of the string with the char16_t characters in the initializer list.

U16String & Aspose::Cells::U16String::operator=(std::initializer_list<char16_t> il)

See Also