IByteTransformIsStringReverseByteWord 属性 |
获取或设置在解析字符串的时候是否将字节按照字单位反转
Gets or sets whether to reverse the bytes in word units when parsing strings
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 bool IsStringReverseByteWord { get; set; }
Property IsStringReverseByteWord As Boolean
Get
Set
property bool IsStringReverseByteWord {
bool get ();
void set (bool value);
}
abstract IsStringReverseByteWord : bool with get, set
属性值
类型:
Boolean参见