public CXmlRpcValue(CBase64 v)
 {
     Set(v);
 }
 public void             Set(CBase64 v)
 {
     m_strValue = v.ToString(); m_strType = "base64";
 }