In This Topic
Transforms the specified character to a full width character if possible. Ranges are Latin basic, Katakana and Hangul characters.
Syntax
'Declaration
Public Overloads Shared Function ToFullWidth( _
ByVal As Char _
) As Char
public static char ToFullWidth(
char
)
Parameters
- c
- A Unicode character.
Return Value
Full width character of c, otherwise original character returned.
See Also