mutable Object From Native Two Byte String
fun mutableObjectFromNativeTwoByteString(aNativeTwoByteString: String): AvailObject
Content copied to clipboard
Create a mutable instance of TwoByteStringDescriptor with the specified Java String's characters.
Return
A two-byte string with the given content.
Parameters
a Native Two Byte String
A Java String that may contain characters outside the Latin-1 range (0-255), but not beyond 65535.