C# Class DBreeze.DataTypes.DbUnicode

Show file Open project: hhblaze/DBreeze

Public Methods

Method Description
DbUnicode ( byte btText ) : System
DbUnicode ( string text ) : System
GetBytes ( ) : byte[]
ToString ( ) : string

Method Details

DbUnicode() public method

public DbUnicode ( byte btText ) : System
btText byte
return System

DbUnicode() public method

public DbUnicode ( string text ) : System
text string
return System

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string