Exemplo n.º 1
0
        public void Format_Verbatim_Utf8()
        {
            IrbisConnection connection = Connection
                                         .ThrowIfNull("Connection");

            string actual = connection.FormatUtf8
                            (
                "'Привет, мир!'",
                1
                            );

            Write(actual);
        }