CvString Constructor (String) |
http://www.emgu.com
Create a CvString from System.String
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic CvString(
string s
)
Public Sub New (
s As String
)
public:
CvString(
String^ s
)
new :
s : string -> CvString
Parameters
- s
- Type: SystemString
The System.String object to be converted to CvString
See Also