The character code associated with this character.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public string StringCode { get; }
Visual Basic (Declaration)
Public ReadOnly Property StringCode As String
Visual C++
public:
property String^ StringCode {
	String^ get ();
}

Remarks

Insert this into strings sent to the display where you would like this character to appear.

See Also