Click or drag to resize

CSTRIJustify Method (CGXNETCore, String, String, Int32, Int32)

Justify a string

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IJustify(
	CGXNETCore gxNetShared,
	string in_str,
	ref string out_str,
	int width,
	int just
)

public static void IJustify(
	CGXNETCore gxNetShared,
	string in_str,
	ref string out_str,
	int width,
	int just
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
in_str
Type: SystemString
String to justify
out_str
Type: SystemString
Result string, can be same as input
width
Type: SystemInt32
Justification width
just
Type: SystemInt32
<define>STR_JUSTIFY</define>
Remarks
If the string is too big to fit in the number of display characters, the output string will be "**" justified as specified.
See Also