CogIOStreamFormatter ParsingFormatExpression Method (Int32 , Boolean , String )Cognex VisionPro
Parsing the format expression.

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 void ParsingFormatExpression(
	ref int fixedLength,
	ref bool isPadLeft,
	ref string pad
)

Parameters

fixedLength
Type: System Int32 
The fixed length value, if set.
isPadLeft
Type: System Boolean 
The padding left option.
pad
Type: System String 
The padding string
See Also