点击或拖拽改变大小

__Binary 结构

X#
Internal type that implements the FoxPro Compatible BINARY type.
This type has many operators and implicit converters that normally are never directly called from user code. The data in this type is stored as an array of Bytes
Conversions from and to String are supported and they use the current active windows codepage.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[SerializableAttribute]
 STRUCTURE __Binary IMPLEMENTS IFormattable, 
	IComparable<BINARY>, IEquatable<BINARY>, IComparable, 
	ISerializable
查看代码

__Binary 类型公开以下成员。

构造函数
属性
  名称说明
公共属性Length
公共属性Value
Binary value as array of Bytes
Top
方法
  名称说明
公共方法CompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
公共方法CompareTo(__Binary)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
公共方法Equals(Object)
Indicates whether this instance and a specified object are equal.
(重写 Equals(Object).)
公共方法Equals(__Binary)
Indicates whether the current object is equal to another object of the same type.
公共方法GetHashCode
Returns the hash code for this instance.
(重写 GetHashCode.)
公共方法GetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
公共方法ToString
Returns the fully qualified type name of this instance.
(重写 ToString.)
公共方法ToString(String)
Converts the numeric value of this instance to its equivalent string representation.
公共方法ToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
Top
运算符
参见