c-hive.psm1

function Test-IsNumeric() {
      Write-Verbose "--Executing: IsNumeric"
  }

Export-ModuleMember Test-IsNumeric