点击或拖拽改变大小

RegularByteTransform 属性

RegularByteTransform 类型公开以下成员。

属性
  名称说明
公共属性DataFormat
获取或设置数据解析的格式,可选ABCD, BADC,CDAB,DCBA格式,对int,uint,float,double,long,ulong类型有作用
Get or set the format of the data analysis, optional ABCD, BADC, CDAB, DCBA format, effective for int, uint, float, double, long, ulong type
(继承自 ByteTransformBase。)
公共属性IsStringReverseByteWord
获取或设置在解析字符串的时候是否将字节按照字单位反转
Gets or sets whether to reverse the bytes in word units when parsing strings
(继承自 ByteTransformBase。)
Top
参见