[]
        
(Showing Draft Content)

C1.Framework.CharHelper.ToHalfWidth

ToHalfWidth Method

ToHalfWidth(char)

Converts the value of a Unicode character to it's half width equivalent. Ranges are Latin basic, Katakana and Hangul characters.

Declaration
public static char ToHalfWidth(char c)
Public Shared Function ToHalfWidth(c As Char) As Char
Parameters
Type Name Description
char c

A Unicode character.

Returns
Type Description
char

The half width equivalent of c.

- or -

The unchanged value of c, if c is already a half width or not a multi-width character.