Click or drag to resize
CSTRIJustify Method
Justify a string

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the string is too big to fit in the number of display characters, the output string will be "**" justified as specified.
Syntax
public static void IJustify(
	string str1,
	ref string str2,
	int i3,
	int i4
)

Parameters

str1
Type: SystemString
string to justify
str2
Type: SystemString
result string, can be same as input
i3
Type: SystemInt32
justification width
i4
Type: SystemInt32
See STR_JUSTIFYConstant
See Also