Click or drag to resize

TString Properties

https://www.emgu.com/wiki/index.php/Emgu_TF

The TString type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Return the capacity of the string
Public propertyData
Get the raw data as an array of byte.
Public propertyDataPointer
Returns a const char pointer to the start of the underlying string. The underlying character buffer may not be null-terminated.
Public propertyDisposed
Returns true if the object has been disposed.
(Inherited from DisposableObject.)
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertySize
Returns the size of the string.
Public propertyType
Get the type of the TString
Top
See Also