|
Boundary Conversion (Boundary to Byte)
|
Converts boundary to byte array
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public static explicit operator byte[] (
Boundary boundary
)
Public Shared Narrowing Operator CType (
boundary As Boundary
) As Byte()
Request Example
View SourceParameters
- boundary
- Type: Accord.VideoBoundary
Boundary byte content
Return Value
Type:
ByteSee Also