C# 클래스 indice.Edi.Picture

Indicates the number of numeric (9) digits or alphanumeric (X) characters allowed in the data field. If the field is numeric, this excludes any minus sign or the decimal point. The decimal point is implied and its position within the data field is indicate by V.
파일 보기 프로젝트 열기: indice-co/EDI.Net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string text ) : Picture
Picture ( byte length ) : System
Picture ( byte length, PictureKind kind ) : System
Picture ( byte integerLength, byte decimalLength ) : System
Picture ( byte integerLength, byte decimalLength, PictureKind kind ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( string text ) : Picture
text string
리턴 Picture

Picture() 공개 메소드

public Picture ( byte length ) : System
length byte
리턴 System

Picture() 공개 메소드

public Picture ( byte length, PictureKind kind ) : System
length byte
kind PictureKind
리턴 System

Picture() 공개 메소드

public Picture ( byte integerLength, byte decimalLength ) : System
integerLength byte
decimalLength byte
리턴 System

Picture() 공개 메소드

public Picture ( byte integerLength, byte decimalLength, PictureKind kind ) : System
integerLength byte
decimalLength byte
kind PictureKind
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string