Skip to content

ProtoString fromDecimal() Method

Seth Clydesdale edited this page May 23, 2015 · 5 revisions

<< Back to Conversion Methods

Example

Decoding a Decimal encoded text string.

'72 101 108 108 111'.fromDecimal(); // returns 'Hello'

Description

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.

Syntax

String.fromDecimal();

Information

You can find the source for the old conversion methods here.

Clone this wiki locally