NFe.ConvertTxt.ConversaoTXT.LerString C# (CSharp) Method

LerString() private method

private LerString ( TpcnResources tag, ObOp optional, int minLength, int maxLength ) : string
tag TpcnResources
optional ObOp
minLength int
maxLength int
return string
        private string LerString(TpcnResources tag, ObOp optional, int minLength, int maxLength)
        {
            return (string)this.LerCampo(TpcnTipoCampo.tcStr, tag, optional, minLength, maxLength, true);
        }
        private string LerString(TpcnResources tag, ObOp optional, int minLength, int maxLength, bool trim)

Same methods

ConversaoTXT::LerString ( TpcnResources tag, ObOp optional, int minLength, int maxLength, bool trim ) : string