<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Str.fromhex</id>
		<title>Str.fromhex - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Str.fromhex"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.fromhex&amp;action=history"/>
		<updated>2026-04-30T22:44:38Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=Str.fromhex&amp;diff=1006&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local b = sl.str.fromhex(a) Args  a is a string of hexadecimal characters Results  b is a string  == Usage Example ==   local s = sl.str  local a = s....&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Str.fromhex&amp;diff=1006&amp;oldid=prev"/>
				<updated>2010-11-24T17:52:36Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local b = sl.str.fromhex(a) Args  a is a string of hexadecimal characters Results  b is a string  == Usage Example ==   local s = sl.str  local a = s....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Calling Pattern ==&lt;br /&gt;
Call&lt;br /&gt;
 local b = sl.str.fromhex(a)&lt;br /&gt;
Args&lt;br /&gt;
 a is a string of hexadecimal characters&lt;br /&gt;
Results&lt;br /&gt;
 b is a string&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&lt;br /&gt;
 local s = sl.str&lt;br /&gt;
 local a = s.tohex('One converted string.')&lt;br /&gt;
 local r = s.fromhex(a)&lt;br /&gt;
 print(a)&lt;br /&gt;
 print(r)&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; 4f6e6520636f6e76657274656420737472696e672e&lt;br /&gt;
     One converted string.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Decodes a hexadecimal sequence into a string.  Ignores interstitial non-hex characters in the source string.&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Fromhex fails silently.  If fromhex receives incorrect parameter types, then &amp;amp;#39;&amp;amp;#39; (an empty string) is returned.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[str|string table]]&lt;br /&gt;
&lt;br /&gt;
* [[String.format]]&lt;br /&gt;
&lt;br /&gt;
* [[str.tohex]]&lt;br /&gt;
&lt;br /&gt;
* [[tonumber]]&lt;br /&gt;
&lt;br /&gt;
* [http://www.easyuo.com/openeuo/wiki/index.php/Documentation#String_Functions Lua String Functions]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>