Back to product page

StateText method


Returns string expression that represents some state.

Type

String.

Syntax

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

public String StateText(States State);
The StateText(State) syntax has these parts:
StateStates enumeration value.

public Function StateText() As String

public Function StateText(ByVal State As States) As String
The StateText(State) syntax has these parts:
StateStates enumeration value.

Remarks

StateText property will return text-description of a value given by State parameter. For a list of all possible values, look here.

Platforms

Windows