点击或拖拽改变大小

ReverseWordTransform 属性

ReverseWordTransform 类型公开以下成员。

属性
  名称说明
公共属性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。)
公共属性IsInteger16Reverse
获取或设置双字节的整数是否进行翻转操作,主要针对的类型为 Int16UInt16
Get or set whether the double-byte integer is to be flipped, the main types are Int16 and UInt16
公共属性IsStringReverseByteWord
获取或设置在解析字符串的时候是否将字节按照字单位反转
Gets or sets whether to reverse the bytes in word units when parsing strings
(继承自 ByteTransformBase。)
Top
参见