C# Class ExcelToolKit.BinaryFormat.XlsFormattedUnicodeString

Represents formatted unicode string in SST
Mostrar archivo Open project: fanfeilong/exceltk Class Usage Examples

Protected Properties

Property Type Description
m_bytes byte[]
m_offset uint

Private Properties

Property Type Description

Public Methods

Method Description
XlsFormattedUnicodeString ( byte bytes, uint offset ) : System

Method Details

XlsFormattedUnicodeString() public method

public XlsFormattedUnicodeString ( byte bytes, uint offset ) : System
bytes byte
offset uint
return System

Property Details

m_bytes protected_oe property

protected byte[] m_bytes
return byte[]

m_offset protected_oe property

protected uint m_offset
return uint