بنیادی مواد پر مہارت حاصل کریں

//ERDDAP/com.cohort.util/ScriptString2/utf8BytesToString

utf8BytesToString

[JVM]
open fun utf8BytesToString(bar: Array<Byte>): String

This returns a string from the UTF-8 encoded byte[] (or ERROR if trouble). The inverse of this is stringToUtf8Bytes. This won't throw an exception unless bar is invalid and returns ERROR if trouble. null in returns null out.