Initializing help system before first use

Scan Method (String, String)

This mimics scanf in functionality.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public Object[] Scan(
	string text,
	string fieldSpecification
)

Parameters

text
Type:  SystemString
fieldSpecification
Type:  SystemString
A string that may contain simple field specifications of the form {i}, {S}, etc

Return Value

Type:  Object
object[] that contains values for each field
See Also