CogIOTCPIP Encode Method Cognex VisionPro
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: 65.1.0.0 (65.1.0.0)
Syntax

public byte[] Encode(
	string text
)

Return Value

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