C# 클래스 NFe.ConvertTxt.ConversaoTXT

파일 보기 프로젝트 열기: akretion/uninfe

공개 프로퍼티들

프로퍼티 타입 설명
cRetorno List

Private Properties

프로퍼티 타입 설명
CarregarArquivo bool
LerCampo object
LerDouble double
LerDouble double
LerInt32 System.Int32
LerRegistro void
LerString string
LerString string
RetornarConteudoTag string
SomenteNumeros string
getTime System.DateTime

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ConversaoTXT() 공개 메소드

public ConversaoTXT ( ) : System
리턴 System

Converter() 공개 메소드

Converter
public Converter ( string cArquivo, string cFolderDestino ) : bool
cArquivo string
cFolderDestino string
리턴 bool

getDate2() 공개 메소드

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

getDateTime() 공개 메소드

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

프로퍼티 상세

cRetorno 공개적으로 프로퍼티

public List cRetorno
리턴 List