<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Ehsan,</div><div class=""><br class=""></div><div class="">When you use appendNumber, this number is added in binary form according to current NDN naming conventions (<a href="http://named-data.net/publications/techreports/ndn-tr-22-ndn-memo-naming-conventions/" class="">http://named-data.net/publications/techreports/ndn-tr-22-ndn-memo-naming-conventions/</a>).</div><div class=""><br class=""></div><div class="">To get the number, you just need to use .toNumber()  method on the name component (e.g., if it is the last component, then name.get(-1).toNumber())</div><div class=""><br class=""></div><div class="">—</div><div class="">Alex</div><br class=""><div><blockquote type="cite" class=""><div class="">On May 15, 2015, at 12:17 AM, Ehsan Hemmati <<a href="mailto:ehsan@SOE.UCSC.EDU" class="">ehsan@SOE.UCSC.EDU</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">Whenever I use appendNumber(46), it appends "....." instead of number 46!</div><div class="">How should I solve the problem.</div><div class="">Best,</div><div class="">Ehsan<br class=""></div></div></div></blockquote></div><br class=""></body></html>