CogIOTCPIP Encode Method Cognex VisionPro 9.25 SR1
Encode - This method returns the array of bytes, the result when the supplied string is encoded using the currently selected the encoding scheme

Namespace: Cognex.VisionPro.QuickBuild.Implementation.Internal
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public byte[] Encode(
	string text
)

Parameters

text
Type: System String
the string text to encode

Return Value

Type:  Byte 
array of bytes of the text encoded
See Also