Ejemplo n.º 1
0
        /// <summary>
        /// Returns a <see cref="System.String"/> that represents this instance.
        /// </summary>
        /// <returns>
        /// A <see cref="System.String"/> that represents this instance.
        /// </returns>
        public override string ToString()
        {
            CultureInfo info = CultureInfo.CurrentCulture;

            return(String.Format(info, "{{Time:{0} Rotation:{1}}}",
                                 new Object[] { Time.ToString(info), Value.ToString() }));
        }