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

LerInt32() private method

private LerInt32 ( TpcnResources tag, ObOp optional, int minLength, int maxLength ) : Int32
tag TpcnResources
optional ObOp
minLength int
maxLength int
return System.Int32
        private Int32 LerInt32(TpcnResources tag, ObOp optional, int minLength, int maxLength)
        {
            return (Int32)this.LerCampo(TpcnTipoCampo.tcInt, tag, optional, minLength, maxLength, true);
        }
        private string LerString(TpcnResources tag, ObOp optional, int minLength, int maxLength)