您要查找的是不是:
- The operator symbol is always CType Function for a type conversion operator. 类型转换运算符的符号总是CType函数。
- You declare two operands to define a binary operator, and you declare one operand to define a unary operator, including a type conversion operator. 声明两个操作数以定义一个二元运算符,声明一个操作数以定义一个一元运算符(包括类型转换运算符)。
- compulsory type conversion operator 强制类型转换运算符
- If you have defined a class or structure, you can define type conversion operators between String and the type of your class or structure. 如果您定义了类或结构,可以定义String与您的类或结构的类型之间的类型转换运算符。
- type conversion operator [计] 类型转换算符
- Do not define conversion operators outside of a type's domain. 不要在类型域之外定义转换运算符。
- Automatic data type conversion is not supported for the. 数据类型进行自动数据类型转换。
- Values, you do not have late binding or type conversion. 值进行泛型化,因此,不会有后期绑定或类型转换。
- When you define a conversion operator for your type, you tell the compiler that your type may be substituted for the target type. 当你为自己的类型定义一个转换的时候,就是告诉编译器,你的类型可以替换一个目标类型。
- Conversion operators can be explicit or implicit. 转换运算符可以是explicit,也可以是implicit。
- In these cases, a default value is returned from the type conversion function. 在这些情况下,类型转换函数将返回一个默认值。
- Methods to perform the type conversions. 方法以执行类型转换。
- Do not provide an implicit conversion operator if the conversion is potentially lossy. 如果转换可能丢失信息,则不要提供隐式转换运算符。
- Ideally, customer research data should exist to support defining a conversion operator. 理想情况下,应存在客户研究数据,以支持定义转换运算符。
- Is popped from the stack and the conversion operation is attempted. 然后尝试执行转换操作。
- Casting allows you to make this type conversion explicit, or to force it when it wouldn't normally happen. 通过造型,我们可明确设置这种类型的转换,或者在一般没有可能进行的时候强迫它进行。
- The expression is ambiguous because both a conversion operator and an overloaded version of + are defined. 因为既定义了转换操作符又定义了+的重载版本,该表达式具有二义性。
- Define the type conversion as a CType Function procedure within the class or structure. 将类型转换定义为类型或结构中的CType函数过程。
- An explicit conversion operator can be provided for lossy conversions. 对于有损转换,可以提供显式转换运算符。
- Gets or sets a value indicating whether type conversion and formatting is applied to the control property data. 获取或设置一个值,该值指示是否对控件属性数据应用格式设置。