Documentation/Source/eric5.Preferences.__init__.html

changeset 140
64f805e1f105
parent 130
fcce4cc20d95
child 149
a134031209be
--- a/Documentation/Source/eric5.Preferences.__init__.html	Wed Mar 10 17:35:26 2010 +0000
+++ b/Documentation/Source/eric5.Preferences.__init__.html	Wed Mar 10 18:16:31 2010 +0000
@@ -314,6 +314,9 @@
 <td><a href="#toBool">toBool</a></td>
 <td>Module function to convert a value to bool.</td>
 </tr><tr>
+<td><a href="#toByteArray">toByteArray</a></td>
+<td>Module function to convert a value to a byte array.</td>
+</tr><tr>
 <td><a href="#toList">toList</a></td>
 <td>Module function to convert a value to a list.</td>
 </tr>
@@ -2011,6 +2014,24 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="toByteArray" ID="toByteArray"></a>
+<h2>toByteArray</h2>
+<b>toByteArray</b>(<i>value</i>)
+<p>
+    Module function to convert a value to a byte array.
+</p><dl>
+<dt><i>value</i></dt>
+<dd>
+value to be converted
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+converted data
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="toList" ID="toList"></a>
 <h2>toList</h2>
 <b>toList</b>(<i>value</i>)

eric ide

mercurial