Exemplo n.º 1
0
        /// <summary>
        /// Creates an empty string with the specified writing system.
        /// </summary>
        public ITsString EmptyString(int ws)
        {
            ThrowIfWSInvalid("ws", ws);

            return(TsString.GetInternedEmptyString(ws));
        }