WorksheetFunction.Dbcs(String) Method

Definition

Converts half-width (single-byte) letters within a character string to full-width (double-byte) characters. The name of the function (and the characters that it converts) depends upon the language settings.

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

Parameters

Arg1
String

The text or a reference to a cell that contains the text that you want to change.

Returns

Applies to