当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript CByte 函数
The CByte function converts an expression to type Byte.
CByte 函数可返回表达式,此表达式已被转换为 Byte 子类型的 Variant
CByte(expression) |
参数 | 描述 |
---|---|
expression | Required. Any valid expression 必选项。expression 参数是任意有效的表达式 |
dim a 输出: 134 |
dim a 输出: 14 |