C# 클래스 BExIS.IO.Transform.Input.FileReaderInfo

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

메소드 설명
GetDecimal ( DecimalCharacter decimalCharacter ) : string

Get the DecimalCharacter as string

GetDecimalCharacter ( string decimalCharacter ) : DecimalCharacter

Get the DecimalCharacter as enum

GetOrientation ( string orientation ) : Orientation

Get the Orientation as enum

GetOrientation ( Orientation orientation ) : string

Get the Orientation as string

메소드 상세

GetDecimal() 공개 정적인 메소드

Get the DecimalCharacter as string
public static GetDecimal ( DecimalCharacter decimalCharacter ) : string
decimalCharacter DecimalCharacter DecimalCharacter as enum
리턴 string

GetDecimalCharacter() 공개 정적인 메소드

Get the DecimalCharacter as enum
public static GetDecimalCharacter ( string decimalCharacter ) : DecimalCharacter
decimalCharacter string DecimalCharacter as string
리턴 DecimalCharacter

GetOrientation() 공개 정적인 메소드

Get the Orientation as enum
public static GetOrientation ( string orientation ) : Orientation
orientation string
리턴 Orientation

GetOrientation() 공개 정적인 메소드

Get the Orientation as string
public static GetOrientation ( Orientation orientation ) : string
orientation Orientation
리턴 string