WorksheetFunction.Dbcs Method
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Dbcs ( _
Arg1 As String _
) As String
'Usage
Dim instance As WorksheetFunction
Dim Arg1 As String
Dim returnValue As String
returnValue = instance.Dbcs(Arg1)
string Dbcs(
string Arg1
)
Parameters
Arg1
Type: System.StringThe text or a reference to a cell that contains the text that you want to change.
Return Value
Type: System.String