ByteArray.ToUString Method
| Explanation | Returns the data stored in the ByteArray object as a Unicode string. If a null character appears in the data, the data after that is ignored. Added since Ver.5.0.1 | |
| Call format | var ustr = barr.ToUString () | |
| Return value | UString type string | |
| Argument | None | |
| Exception | None | |
| Example of use | | |
| Related item | ||