WorksheetFunction.Asc(String) Method

Definition

For Double-byte character set (DBCS) languages, changes full-width (double-byte) characters to half-width (single-byte) characters.

public:
 System::String ^ Asc(System::String ^ Arg1);
public string Asc (string Arg1);
Public Function Asc (Arg1 As String) As String

Parameters

Arg1
String

The text or a reference to a cell that contains the text you want to change. If text does not contain any full-width letters, text is not changed.

Returns

Applies to