12#ifndef ARCCORE_BASE_STRINGUTILS_H
13#define ARCCORE_BASE_STRINGUTILS_H
17#include "arccore/base/String.h"
24namespace Arccore::StringUtils
35extern "C++" ARCCORE_BASE_EXPORT std::vector<UChar>
ARCCORE_BASE_EXPORT std::vector< UChar > asUtf16BE(const String &str)
Retourne la conversion de l'instance dans l'encodage UTF-16BE.