C# Class DBreeze.DataTypes.DbUTF8

Afficher le fichier Open project: hhblaze/DBreeze Class Usage Examples

Méthodes publiques

Méthode Description
DbUTF8 ( byte btText ) : System
DbUTF8 ( string text ) : System
GetBytes ( ) : byte[]
ToString ( ) : string

Method Details

DbUTF8() public méthode

public DbUTF8 ( byte btText ) : System
btText byte
Résultat System

DbUTF8() public méthode

public DbUTF8 ( string text ) : System
text string
Résultat System

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string