CalendarView for WinForms
ToHalfWidth メソッド (CharHelper)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス : ToHalfWidth メソッド
A Unicode character.
Converts the value of a Unicode character to it's half width equivalent. Ranges are Latin basic, Katakana and Hangul characters.
シンタックス
'宣言
 
Public Shared Function ToHalfWidth( _
   ByVal c As System.Char _
) As System.Char
public static System.char ToHalfWidth( 
   System.char c
)

パラメータ

c
A Unicode character.

戻り値の型

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.

参照

CharHelper クラス
CharHelper メンバ