GlobalObject.char Property

Definition

Gets the managed type that corresponds to the JScript char data type.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static property Type ^ char { Type ^ get(); };
public static Type char { get; }
member this.char : Type
Public Shared ReadOnly Property char As Type

Property Value

Type

The managed type that corresponds to the JScript char data type.

Applies to