Hi Thanarat,
You can write to the content of Binary Object using Binary.ParseFromString() method.
e.g
var binaryObject: BinaryObject;
binaryObject.content= Binary.ParseFromString("1,2,3,4 \n 5,6,7,8");
Best Regards,
Fred
Hi Thanarat,
You can write to the content of Binary Object using Binary.ParseFromString() method.
e.g
var binaryObject: BinaryObject;
binaryObject.content= Binary.ParseFromString("1,2,3,4 \n 5,6,7,8");
Best Regards,
Fred