C# 클래스 Pdoxcl2Sharp.Globals

파일 보기 프로젝트 열기: nickbabcock/Pdoxcl2Sharp

공개 프로퍼티들

프로퍼티 타입 설명
ParadoxEncoding System.Text.Encoding

공개 메소드들

메소드 설명
ToParadoxString ( this date ) : string

Converts a DateTime to a string that adheres to Paradox's own encodings

메소드 상세

ToParadoxString() 공개 정적인 메소드

Converts a DateTime to a string that adheres to Paradox's own encodings
public static ToParadoxString ( this date ) : string
date this Date to be converted into a string
리턴 string

프로퍼티 상세

ParadoxEncoding 공개적으로 정적으로 프로퍼티

public static Encoding,System.Text ParadoxEncoding
리턴 System.Text.Encoding