Back to product page

StateText method


Provides string expression of a state.

Type

String

Syntax

  • C#
  • VB.NET
public String StateText();

public String StateText(States State);
The StateText(State) syntax has these parts:
StateRepresents some state.

public Function StateText() As String

public Function StateText(ByVal State As States) As String
The StateText(State) syntax has these parts:
StateRepresents some state.

Remarks

StateText property will return text-description of a value given by State argument.

Platforms

Windows