Click or drag to resize

CvString Constructor (String)

http://www.emgu.com
Create a CvString from System.String

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public CvString(
	string s
)

Parameters

s
Type: SystemString
The System.String object to be converted to CvString
See Also