-
Couldn't load subscription status.
- Fork 0
ProtoString fromBinary() Method
Seth Clydesdale edited this page May 23, 2015
·
2 revisions
Decoding a Binary encoded text string.
'1001000 1100101 1101100 1101100 1101111'.fromBinary(); // returns 'Hello'The fromBinary() method was used to decode all binary encoded characters in a string. This method was dropped, so it's recommended to use decodeAs() instead.
String.fromBinary();You can find the source for the old conversion methods here.
Home • History • ProtoString • Created by Seth Clydesdale