C# Class DBreeze.DataTypes.DbUTF8

Exibir arquivo Open project: hhblaze/DBreeze Class Usage Examples

Public Methods

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

Method Details

DbUTF8() public method

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

DbUTF8() public method

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

GetBytes() public method

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

ToString() public method

public ToString ( ) : string
return string