Click or drag to resize

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
Syntax
public TString(
	byte[] data
)

Parameters

data
Type: SystemByte
input data
See Also