<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : c&#111;nvert hex value to string</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : c&#111;nvert hex value to string]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 29 Jun 2026 02:23:46 +0000</pubDate>
  <lastBuildDate>Thu, 14 Apr 2005 06:33:58 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2113</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[c&#111;nvert hex value to string : I need a c++ code and in above...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2113&amp;PID=6248&amp;title=convert-hex-value-to-string#6248</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=792">manoj</a><br /><strong>Subject:</strong> 2113<br /><strong>Posted:</strong> 14 April 2005 at 6:33am<br /><br /><P>I need a c++ code and in above code spaces is trucated if i use replace method.</P><P>&nbsp;</P><P>Thanking you</P>]]>
   </description>
   <pubDate>Thu, 14 Apr 2005 06:33:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2113&amp;PID=6248&amp;title=convert-hex-value-to-string#6248</guid>
  </item> 
  <item>
   <title><![CDATA[c&#111;nvert hex value to string : What language? Here is some VB...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2113&amp;PID=6247&amp;title=convert-hex-value-to-string#6247</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=756">gshawn</a><br /><strong>Subject:</strong> 2113<br /><strong>Posted:</strong> 14 April 2005 at 5:55am<br /><br /><P>What language? Here is some VB code off the top of my head:</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P>Dim strArray As String<BR>Dim strLetters() As String<BR>Dim strTranlation As String</P><P>strArray = "<FONT size=1>44,00,3a,00,5c,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00"</FONT></P><P><FONT size=1>strLetters = Split(strArray, ",")</FONT></P><P><FONT size=1>For i=lBound(strLetters) To uBound(strLetters)<BR>&nbsp;&nbsp;&nbsp; strTranslation = strTranslation &amp; Chr(Val("&amp;H" &amp; strLetters(i)))<BR>Next</FONT></P><P>MsgBox strTranslation</P><P></pre></td></tr></table></P><P>Looking at your string, it looks like it's UNICODE since every other byte is 00 so you'll probably want to handle that too... a simple Replace(1, strArray, ",00", "") might do the trick if you have no way to change the format of the hex character string.</P><P>Hope this helps!</P>]]>
   </description>
   <pubDate>Thu, 14 Apr 2005 05:55:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2113&amp;PID=6247&amp;title=convert-hex-value-to-string#6247</guid>
  </item> 
  <item>
   <title><![CDATA[c&#111;nvert hex value to string : hi please tell me how can i convert...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2113&amp;PID=6245&amp;title=convert-hex-value-to-string#6245</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=792">manoj</a><br /><strong>Subject:</strong> 2113<br /><strong>Posted:</strong> 14 April 2005 at 5:33am<br /><br /><P>hi</P><P>please tell me how can i convert hex value to normal charactor string programatically</P><P>e.g.<BR><FONT size=1> 44,00,3a,00,5c,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00, 74,00,73,00,20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00, 74,00,69,00,6e,00,67,00,73,00,5c,00,41,00,6d,00,6f,00,6c,00, 2e,00,41,00,4d,00,4f,00,4c,00,5c,00,4c,00,6f,00,63,00,61,00, 6c,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00, 5c,00,41,00,70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,00, 6f,00,6e,00,20,00,44,00,61,00,74,00,61,00,5c,00,4d,00,69,00, 63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,5c,00,4f,00,75,00, 74,00,6c,00,6f,00,6f,00,6b,00,5c,00,4f,00,75,00,74,00,6c,00, 6f,00,6f,00,6b,00,2e,00,70,00,73,00,74,00,00,00 </FONT></P><P><FONT size=1>want to convert in normal string pls send me pcs of code</FONT></P><P><FONT size=1></FONT>&nbsp;</P><P><FONT size=1>Thanking you</FONT></P><P><FONT size=1></FONT>&nbsp;</P><P><FONT size=1>Manoj Jangid</P></FONT>]]>
   </description>
   <pubDate>Thu, 14 Apr 2005 05:33:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2113&amp;PID=6245&amp;title=convert-hex-value-to-string#6245</guid>
  </item> 
 </channel>
</rss>