/*
 *  Author: Jun0x01@github.com
 *  Date:   2019.05.11
 */
#ifndef SU_DATA_STRCONVERTOR_INCLUDED
#define SU_DATA_STRCONVERTOR_INCLUDED

//#include "exportsDefine.h"
#include <iostream>
#include "Stream/ugdefs.h"

using namespace std;
using namespace UGC;
//namespace SuperMap
//{
    class  UGStrConvertor
    {
    public:

    public:

        static string Tostring(const UGString &str,OGDCCharset::Charset charset = OGDCCharset::UTF8 );
    };
//}
#endif