ComponentOne Input for WinForms
ToFullWidth(Char) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > ToFullWidth Method : ToFullWidth(Char) Method
A Unicode character.
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 c As System.Char _
) As System.Char
public static System.char ToFullWidth( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

Full width character of c, otherwise original character returned.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List