Click or drag to resize
ConvertHelperToByte Method
将类型转换为byte类型

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static byte ToByte(
	Object obj,
	byte defaultValue = 0
)

Parameters

obj
Type: SystemObject
object类型
defaultValue (Optional)
Type: SystemByte
默认值

Return Value

Type: Byte
byte类型
See Also