Class StdString
C++ std::string
Implements
Inherited Members
Namespace: OpenCvSharp.Internal
Assembly: OpenCvSharp.dll
Syntax
public class StdString : DisposableCvObject, ICvPtrHolder
Constructors
| Improve this Doc View SourceStdString()
Declaration
public StdString()
StdString(String)
Declaration
public StdString(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Properties
| Improve this Doc View SourceSize
string.size()
Declaration
public nuint Size { get; }
Property Value
Type | Description |
---|---|
System.UIntPtr |
Methods
| Improve this Doc View SourceDisposeUnmanaged()
Releases unmanaged resources
Declaration
protected override void DisposeUnmanaged()
Overrides
| Improve this Doc View SourceToString()
Converts std::string to managed string
Declaration
public string ToString()
Returns
Type | Description |
---|---|
System.String |