<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Converting_Enumerations_Into_Their_String_Values_Tutorial</title><link>https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/</link><description>Recent changes to Converting_Enumerations_Into_Their_String_Values_Tutorial</description><atom:link href="https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 27 Jun 2014 12:06:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/feed" rel="self" type="application/rss+xml"/><item><title>Converting_Enumerations_Into_Their_String_Values_Tutorial modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:11 -0000</pubDate><guid>https://sourceforge.net14e113f1356a885d25e95df4bffa48d64e6dcfc8</guid></item><item><title>Converting_Enumerations_Into_Their_String_Values_Tutorial modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:11 -0000</pubDate><guid>https://sourceforge.net6cea8b882473b15e9b03296a65da2f53afe9f872</guid></item><item><title>Converting_Enumerations_Into_Their_String_Values_Tutorial modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,24 +4,24 @@

 ## Intro

-It is now possible to convert a enumeration into its text value. 
+    It is now possible to convert a enumeration into its text value. 

-To use the feature call the function **GetEnumAsString_&amp;lt;enum type&amp;gt;(_ KINT32 Value );**
+    To use the feature call the function **GetEnumAsString_&amp;lt;enum type&amp;gt;(_ KINT32 Value );**

 ## Examples

 ### 1

-If we wanted to know what the value 1000 was in the enum WarheadType we would call: 
+    If we wanted to know what the value 1000 was in the enum WarheadType we would call: 

     KString s = GetEnumAsStringWarheadType( 1000 );

-The variable _s_ would now contain _"HighExplosive_HE_Warhead"._
+    The variable _s_ would now contain _"HighExplosive_HE_Warhead"._

 ### 2

-Using the PDU_Factory class we could print out each PDU type. 
+    Using the PDU_Factory class we could print out each PDU type. 

     ...
     auto_ptr&amp;lt;Header&amp;gt; pHeader = Factory.Decode( cBuffer, ui32Recv );
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:11 -0000</pubDate><guid>https://sourceforge.neta110b0f2d007a5f85928b6886ade794bd993fb95</guid></item><item><title>Converting_Enumerations_Into_Their_String_Values_Tutorial modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,29 @@
-COMING VERY SOON 
+This feature is available from version **1-9-1**.

-This feature will be available in version **1-9-1**. 
+[TOC]
+
+## Intro
+
+It is now possible to convert a enumeration into its text value. 
+
+To use the feature call the function **GetEnumAsString_&amp;lt;enum type&amp;gt;(_ KINT32 Value );**
+
+## Examples
+
+### 1
+
+If we wanted to know what the value 1000 was in the enum WarheadType we would call: 
+    
+    KString s = GetEnumAsStringWarheadType( 1000 );
+    
+
+The variable _s_ would now contain _"HighExplosive_HE_Warhead"._
+
+### 2
+
+Using the PDU_Factory class we could print out each PDU type. 
+    
+    ...
+    auto_ptr&amp;lt;Header&amp;gt; pHeader = Factory.Decode( cBuffer, ui32Recv );
+    cout 
+    
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:11 -0000</pubDate><guid>https://sourceforge.netd9f0c61b0fecb91d5965f17a8b019a9c57d6629d</guid></item><item><title>Converting_Enumerations_Into_Their_String_Values_Tutorial modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,3 @@
 COMING VERY SOON 
+
+This feature will be available in version **1-9-1**. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:11 -0000</pubDate><guid>https://sourceforge.netb6270d348ccf8083418cf2bf7efde58bb3c69cda</guid></item><item><title>Converting_Enumerations_Into_Their_String_Values_Tutorial modified by Karl  Jones</title><link>https://sourceforge.net/p/kdis/wiki/Converting_Enumerations_Into_Their_String_Values_Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;COMING VERY SOON &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karl  Jones</dc:creator><pubDate>Fri, 27 Jun 2014 12:06:11 -0000</pubDate><guid>https://sourceforge.net55d0e1e44f4f516323c1daa043cbf74c2df2cc29</guid></item></channel></rss>