Documentation ¶ Index ¶ func DecodeString(b []byte, bo binary.ByteOrder) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecodeString ¶ func DecodeString(b []byte, bo binary.ByteOrder) string Decode the input data as UTF-16 using the provided byte order and convert the result to a string. The input data length must be a multiple of 2. DecodeString will panic if that is not the case. Types ¶ This section is empty. Source Files ¶ View all Source files decode.go Click to show internal directories. Click to hide internal directories.