CogIOStreamFormatter ToString Method (Object)Cognex VisionPro
Converts a value to a formatted string defined by this formatter.

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public virtual string ToString(
	Object value
)

Return Value

Type: String
The formatted string
Remarks

If the value being converted is a null reference this method will return a empty string.
See Also