Ancestry.QueryProcessor.Parse.TextEmitter.AppendFormat C# (CSharp) Method

AppendFormat() protected method

protected AppendFormat ( string stringValue ) : void
stringValue string
return void
        protected void AppendFormat(string stringValue, params object[] paramsValue)
        {
            _text.AppendFormat(stringValue, paramsValue);
        }