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