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.
Afficher le fichier Open project: indice-co/EDI.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

public static Parse ( string text ) : Picture
text string
Résultat Picture

Picture() public méthode

public Picture ( byte length ) : System
length byte
Résultat System

Picture() public méthode

public Picture ( byte length, PictureKind kind ) : System
length byte
kind PictureKind
Résultat System

Picture() public méthode

public Picture ( byte integerLength, byte decimalLength ) : System
integerLength byte
decimalLength byte
Résultat System

Picture() public méthode

public Picture ( byte integerLength, byte decimalLength, PictureKind kind ) : System
integerLength byte
decimalLength byte
kind PictureKind
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string