Binary Conversion (Byte to Binary) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
b AS BYTE[]
) AS BINARY
public static implicit operator Binary (
byte[] b
)
Request Example
View SourceParameters
- b
- Type: Byte
Return Value
Type:
BinarySee Also