C# Class Asmex.FileViewer.MDBlob

Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Свойство Type Description
_data byte[]

Méthodes publiques

Méthode Description
MDBlob ( BinaryReader reader ) : System
ToBytes ( ) : byte[]
ToString ( ) : string

Method Details

MDBlob() public méthode

public MDBlob ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Résultat System

ToBytes() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_data public_oe property

public byte[] _data
Résultat byte[]