String.extenso([currency: Boolean = false]): String

	Returns the number written in the extensive portuguese form. It accepts both monetary and normal numbers.
	
		currency indicates if the value will be parsed as currency, the default value is false
	
