Click or drag to resize

CWAPuts Method

Writes a string to the file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Puts(
	string str_val
)

public void Puts(
	string str_val
)

Parameters

str_val
Type: SystemString
String to write
See Also