private bool AppendComplex(IDecoder decoder, string value) { decoder.Next(); decoder.Next(); decoder.AppendComplex(value); return(true); }