CogIOStreamFormatter FixLength Method Cognex VisionPro 9.10

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

protected virtual void FixLength(
	ref string result,
	int fixedLength,
	bool isPadLeft,
	string pad
)

Parameters

result
Type: System String 
fixedLength
Type: System Int32
isPadLeft
Type: System Boolean
pad
Type: System String
See Also