Class StdString
- Namespace
- OpenCvSharp.Internal
- Assembly
- OpenCvSharp.dll
Base class for objects that own a single native OpenCV pointer through an OpenCvSafeHandle. The SafeHandle is the single source of truth for the native handle value and is responsible for releasing it (including from its own finalizer when the managed object is dropped without Dispose()).
public class StdString : CvObject, IDisposable
- Inheritance
-
StdString
- Implements
- Inherited Members
Constructors
StdString()
Default constructor
public StdString()
StdString(string)
public StdString(string str)
Parameters
strstring
Properties
Size
string.size()
public nuint Size { get; }
Property Value
Methods
ToString()
Converts std::string to managed string
public string ToString()