|
Boundary Conversion (Boundary to String)
|
Converts boundary to string
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntaxpublic static explicit operator string (
Boundary boundary
)
Public Shared Narrowing Operator CType (
boundary As Boundary
) As String
Request Example
View SourceParameters
- boundary
- Type: Accord.VideoBoundary
Boundary string content
Return Value
Type:
String
See Also