C# Class ExcelToolKit.BinaryFormat.XlsFormattedUnicodeString

Represents formatted unicode string in SST
Afficher le fichier Open project: fanfeilong/exceltk Class Usage Examples

Protected Properties

Свойство Type Description
m_bytes byte[]
m_offset uint

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
XlsFormattedUnicodeString ( byte bytes, uint offset ) : System

Method Details

XlsFormattedUnicodeString() public méthode

public XlsFormattedUnicodeString ( byte bytes, uint offset ) : System
bytes byte
offset uint
Résultat System

Property Details

m_bytes protected_oe property

protected byte[] m_bytes
Résultat byte[]

m_offset protected_oe property

protected uint m_offset
Résultat uint