StrValue() { if (m_val == null) { return("(null)"); } else { return(string.Format("< {0} >", m_val.GetType().Name)); } }