Imports System.Runtime.CompilerServices Namespace Extensiones Public Module IntegerExtensions Function APalabras(Numero As Integer) As String Return NumerosAPalabras.ToCardinal(Numero) End Function Function EntreValores(Valor As Integer, RangoMenor As Integer, RangoMayor As Integer) As Boolean Return Valor >= RangoMenor And Valor <= RangoMayor End Function End Module End Namespace