Reads the string from the user.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public string ReadString(
	string initialText,
	int selStart,
	int selLength
)

Parameters

initialText
Type: System..::.String
Intial input text.
selStart
Type: System..::.Int32
Selection start of the initial input text.
selLength
Type: System..::.Int32
Selection length of the initial input text.

Return Value

Returns the string read from the user.

See Also