diff -r db11a2fe9bbc -r c36c2eb62a75 Documentation/Source/eric5.Utilities.__init__.html --- a/Documentation/Source/eric5.Utilities.__init__.html Sun Sep 09 14:46:59 2012 +0200 +++ b/Documentation/Source/eric5.Utilities.__init__.html Sun Sep 09 17:40:32 2012 +0200 @@ -224,6 +224,9 @@ <td><a href="#splitPath">splitPath</a></td> <td>Function to split a pathname into a directory part and a file part.</td> </tr><tr> +<td><a href="#toBool">toBool</a></td> +<td>Module function to convert a string to a boolean value.</td> +</tr><tr> <td><a href="#toNativeSeparators">toNativeSeparators</a></td> <td>Function returning a path, that is using native separator characters.</td> </tr><tr> @@ -1483,6 +1486,24 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="toBool" ID="toBool"></a> +<h2>toBool</h2> +<b>toBool</b>(<i>dataStr</i>) +<p> + Module function to convert a string to a boolean value. +</p><dl> +<dt><i>dataStr</i></dt> +<dd> +string to be converted (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +converted boolean value (boolean) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="toNativeSeparators" ID="toNativeSeparators"></a> <h2>toNativeSeparators</h2> <b>toNativeSeparators</b>(<i>path</i>)