Initializing help system before first use

printF Method

Print a string.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public int printF(
	string message
)

Parameters

message
Type:  SystemString
The string message to print.

Return Value

Type:  Int32
0 on success, 1 otherwise.
Examples
xbexpl3.cs in the User's Guide Examples folder.
See Also