C# 클래스 ExcelToolKit.BinaryFormat.XlsFormattedUnicodeString

Represents formatted unicode string in SST
파일 보기 프로젝트 열기: fanfeilong/exceltk 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bytes byte[]
m_offset uint

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
XlsFormattedUnicodeString ( byte bytes, uint offset ) : System

메소드 상세

XlsFormattedUnicodeString() 공개 메소드

public XlsFormattedUnicodeString ( byte bytes, uint offset ) : System
bytes byte
offset uint
리턴 System

프로퍼티 상세

m_bytes 보호되어 있는 프로퍼티

protected byte[] m_bytes
리턴 byte[]

m_offset 보호되어 있는 프로퍼티

protected uint m_offset
리턴 uint