C# Class 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.
Show file Open project: indice-co/EDI.Net Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string text ) : Picture
text string
return Picture

Picture() public method

public Picture ( byte length ) : System
length byte
return System

Picture() public method

public Picture ( byte length, PictureKind kind ) : System
length byte
kind PictureKind
return System

Picture() public method

public Picture ( byte integerLength, byte decimalLength ) : System
integerLength byte
decimalLength byte
return System

Picture() public method

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

ToString() public method

public ToString ( ) : string
return string