Persistate API documentation
AskString Method (prompt)
NamespacesPersistateUserInterfaceAskString(String)

[This is preliminary documentation and is subject to change.]

Asks the user to input a single string value.
Declaration Syntax
C#
public abstract string AskString(
	string prompt
)
Parameters
prompt (String)
A prompt string to show the user, describing what is required.
Return Value
The string entered, or null if the user declined to enter a value.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)