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