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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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