C# 클래스 CreateUnicodeDB.Program

파일 보기 프로젝트 열기: Saleslogix/SLXToolsContrib

공개 메소드들

메소드 설명
ByteArrayToString ( byte ba ) : string

비공개 메소드들

메소드 설명
ChangeAnsiToUnicode ( string value ) : string
Main ( string args ) : void
ModifyEntityColumn ( XmlNode xmlDocument, string columnName ) : bool
Notify ( string value ) : void
PackItemData ( MemoryStream itemData, bool smart, bool &compressed ) : byte[]
ReportException ( Exception e, string sql = null ) : void
ShowUsage ( ) : void
UnpackItemData ( byte itemData, bool compressed ) : MemoryStream
WarnAndExit ( string warning ) : void
WriteLine ( string value, OutputKind kind = OutputKind.None ) : void

메소드 상세

ByteArrayToString() 공개 정적인 메소드

public static ByteArrayToString ( byte ba ) : string
ba byte
리턴 string