Click or drag to resize

GraphUnicodeTranscode Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation UnicodeTranscode(
	Output input,
	string input_encoding,
	string output_encoding,
	string errors = null,
	long replacement_char = 65533,
	bool replace_control_characters = false,
	string opName = "UnicodeTranscode"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
input_encoding
Type: SystemString
input encoding
output_encoding
Type: SystemString
output encoding
errors (Optional)
Type: SystemString
errors
replacement_char (Optional)
Type: SystemInt64
replacement char
replace_control_characters (Optional)
Type: SystemBoolean
replace control characters
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtString).
See Also