TString Constructor (Byte) |
https://www.emgu.com/wiki/index.php/Emgu_TF
Create a new TString from input data
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic TString(
byte[] data
)
Public Sub New (
data As Byte()
)
public:
TString(
array<unsigned char>^ data
)
new :
data : byte[] -> TString
Parameters
- data
- Type: SystemByte
input data
See Also