Exemplo n.º 1
0
        /// <summary>
        /// String conversion. Returns the result of the ToString() operation carried out within the target application.
        /// </summary>
        /// <returns>String.</returns>
#else
        /// <summary>
        /// 文字列変換。 操作対象アプリケーション内部で実施した結果を返します。
        /// </summary>
        /// <returns>文字列。</returns>
#endif
        public override string ToString()
        {
            return(_appVar.ToString());
        }