Click or drag to resize

CSTRPrintf Method (String, String)

Variable Argument PrintF function

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Printf(
	ref string dest,
	string mask
)

public static void Printf(
	ref string dest,
	string mask
)

Parameters

dest
Type: SystemString
Destination string
mask
Type: SystemString
Pattern string
See Also