public static string ToString(LSLString s) { return s.m_string; }
public key(LSLString s) { value = s.ToString(); }