C# 클래스 Kroulis.Verify.XmlSaver

파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers

공개 메소드들

메소드 설명
CreateXML ( string fileName, string thisData ) : void
Decrypt ( string toD ) : string
DeserializeObject ( string pXmlizedString, System ty ) : object
Encrypt ( string toE ) : string
LoadXML ( string fileName ) : string
SerializeObject ( object pObject, System ty ) : string
StringToUTF8ByteArray ( String pXmlString ) : byte[]
UTF8ByteArrayToString ( byte characters ) : string
hasFile ( String fileName ) : bool

메소드 상세

CreateXML() 공개 메소드

public CreateXML ( string fileName, string thisData ) : void
fileName string
thisData string
리턴 void

Decrypt() 공개 메소드

public Decrypt ( string toD ) : string
toD string
리턴 string

DeserializeObject() 공개 메소드

public DeserializeObject ( string pXmlizedString, System ty ) : object
pXmlizedString string
ty System
리턴 object

Encrypt() 공개 메소드

public Encrypt ( string toE ) : string
toE string
리턴 string

LoadXML() 공개 메소드

public LoadXML ( string fileName ) : string
fileName string
리턴 string

SerializeObject() 공개 메소드

public SerializeObject ( object pObject, System ty ) : string
pObject object
ty System
리턴 string

StringToUTF8ByteArray() 공개 메소드

public StringToUTF8ByteArray ( String pXmlString ) : byte[]
pXmlString String
리턴 byte[]

UTF8ByteArrayToString() 공개 메소드

public UTF8ByteArrayToString ( byte characters ) : string
characters byte
리턴 string

hasFile() 공개 메소드

public hasFile ( String fileName ) : bool
fileName String
리턴 bool