CogIOStreamFormatter FixLength Method Cognex VisionPro 9.22 SR1

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 87.1.0.0 (87.1.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