WorksheetFunction.Dbcs(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.