 | CCOMReadChars Method (String, Int32) |
Reads characters from the COM
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReadChars(
ref string line,
int size
)
public void ReadChars(
ref string line,
int size
)
Public Sub ReadChars (
ByRef line As String,
size As Integer
)
Public Sub ReadChars (
ByRef line As String,
size As Integer
)
public:
void ReadChars(
String^% line,
int size
)
public:
void ReadChars(
String^% line,
int size
)
member ReadChars :
line : string byref *
size : int -> unit
member ReadChars :
line : string byref *
size : int -> unit
Parameters
- line
- Type: SystemString
String for characters - size
- Type: SystemInt32
Number of characters to read (string size must be +1)
See Also