Extenso class

Um método para converter números para valor monetário por extenso

Constructors

Extenso()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

descrever(double valor) String
Retorna o número monetário por extenso, portugues do Brasil Código convertido do PHP dos seguintes links: https://pt.stackoverflow.com/questions/99460/como-converter-n%C3%BAmero-em-float-para-n%C3%BAmero-por-extenso-no-php https://recursosdophp.blogspot.com/2012/04/ola-seguidores-do-php-bom-eu-fiz.html Autor original desconhecido