C# Class NFe.ConvertTxt.ConversaoTXT

Mostra file Open project: akretion/uninfe

Public Properties

Property Type Description
cRetorno List

Private Properties

Property Type Description
CarregarArquivo bool
LerCampo object
LerDouble double
LerDouble double
LerInt32 System.Int32
LerRegistro void
LerString string
LerString string
RetornarConteudoTag string
SomenteNumeros string
getTime System.DateTime

Public Methods

Method Description
ConversaoTXT ( ) : System
Converter ( string cArquivo, string cFolderDestino ) : bool

Converter

getDate2 ( TpcnTipoCampo Tipo, string value ) : System.DateTime

getDateTime2

getDateTime ( TpcnTipoCampo Tipo, string value ) : System.DateTime

getDateTime

Private Methods

Method Description
CarregarArquivo ( string cArquivo ) : bool

CarregarArquivo

LerCampo ( TpcnTipoCampo Tipo, TpcnResources tag, ObOp optional, int minLength, int maxLength, bool trim ) : object
LerDouble ( TpcnTipoCampo Tipo, TpcnResources tag, ObOp optional, int maxLength ) : double

LerCampo

LerDouble ( TpcnTipoCampo Tipo, TpcnResources tag, ObOp optional, int minLength, int maxLength ) : double
LerInt32 ( TpcnResources tag, ObOp optional, int minLength, int maxLength ) : Int32
LerRegistro ( string aRegistro ) : void

LerRegistro

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

RetornarConteudoTag

SomenteNumeros ( string entrada ) : string

SomenteNumeros

getTime ( string value ) : System.DateTime

getTime

Method Details

ConversaoTXT() public method

public ConversaoTXT ( ) : System
return System

Converter() public method

Converter
public Converter ( string cArquivo, string cFolderDestino ) : bool
cArquivo string
cFolderDestino string
return bool

getDate2() public method

getDateTime2
public getDate2 ( TpcnTipoCampo Tipo, string value ) : System.DateTime
Tipo TpcnTipoCampo
value string
return System.DateTime

getDateTime() public method

getDateTime
public getDateTime ( TpcnTipoCampo Tipo, string value ) : System.DateTime
Tipo TpcnTipoCampo
value string
return System.DateTime

Property Details

cRetorno public_oe property

public List cRetorno
return List