http://www.emgu.com
Similar to the << operator in C++, we cannot have the operator overload to << in C# where the second parameter is not an int. Therefore we use this function instead.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Insert(
string value
)
Public Sub Insert (
value As String
)
public:
void Insert(
String^ value
)
member Insert :
value : string -> unit
Parameters
- value
- Type: SystemString
The string value to insert.
See Also