Index: trunk/FACT++/src/Converter.h
===================================================================
--- trunk/FACT++/src/Converter.h	(revision 10442)
+++ trunk/FACT++/src/Converter.h	(revision 10444)
@@ -126,4 +126,10 @@
     }
 
+    template<typename T, typename S>
+        static std::string GetHex(const S &s, size_t col=0, bool prefix=true)
+    {
+        return GetHex<T>(&s, sizeof(S), col, prefix);
+    }
+
     static std::vector<std::string> Regex(const std::string &expr, const std::string &line);
 };
