STRINGTOUTF8SQLSTRINGTOUTF8(string) Description Encodes a string to a byte array using the UTF8 encoding format. This method returns bytes. Examples SQLSELECT UTF8TOSTRING(STRINGTOUTF8(name)) FROM Players; Updated over 4 years ago Table of Contents Description Examples