StringExtensions extension

These extensions are both for utility and localization.

on

Properties

capitalize String
It capitalizes your string.
no setter
loc String
Uses your locale and translates the sentences.
no setter

Methods

toDouble() double
Parses your string and returns a double.
toInt() int
Parses your string and returns an integer.
toNumber() num
Parses your string and returns a number.