C# Class CreateUnicodeDB.Program

Mostrar archivo Open project: Saleslogix/SLXToolsContrib

Public Methods

Method Description
ByteArrayToString ( byte ba ) : string

Private Methods

Method Description
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

Method Details

ByteArrayToString() public static method

public static ByteArrayToString ( byte ba ) : string
ba byte
return string