ComponentOne Input for WinForms
ToHalfWidth Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class : ToHalfWidth Method
A Unicode character.
Converts the value of a Unicode character to it's half width equivalent. Ranges are Latin basic, Katakana and Hangul characters.
Syntax
'Declaration
 
Public Shared Function ToHalfWidth( _
   ByVal c As System.Char _
) As System.Char
public static System.char ToHalfWidth( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

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.

See Also

Reference

CharHelper Class
CharHelper Members