 | 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
Syntaxpublic void Puts(
string str_val
)
public void Puts(
string str_val
)
Public Sub Puts (
str_val As String
)
Public Sub Puts (
str_val As String
)
public:
void Puts(
String^ str_val
)
public:
void Puts(
String^ str_val
)
member Puts :
str_val : string -> unit
member Puts :
str_val : string -> unit
Parameters
- str_val
- Type: SystemString
String to write
See Also