Number  Conversion (Byte to Number) | 
 
            Implicitly converts the value from type 
Byte to type 
Number.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static implicit operator Number (
	byte number
)
Public Shared Widening Operator CType ( 
	number As Byte
) As Number
static implicit operator Number (
	unsigned char number
)
F# does not support the declaration of new casting operators.
Parameters
- number
 - Type: SystemByte
The Byte value. 
Return Value
Type: 
NumberThe 
Number value.
See Also