Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Parse ( string text ) : |
||
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 |
public static Parse ( string text ) : |
||
text | string | |
return |
public Picture ( byte length, PictureKind kind ) : System | ||
length | byte | |
kind | PictureKind | |
return | System |
public Picture ( byte integerLength, byte decimalLength ) : System | ||
integerLength | byte | |
decimalLength | byte | |
return | System |
public Picture ( byte integerLength, byte decimalLength, PictureKind kind ) : System | ||
integerLength | byte | |
decimalLength | byte | |
kind | PictureKind | |
return | System |