CalendarView for WinForms
ToHalfWidthEx メソッド (CharHelper)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス : ToHalfWidthEx メソッド
A Unicode character.
Transforms the specified character to a half width character if possible. This method differs from the ToHalfWidth method where it tries to return the accurate half width character - which most likely happens in FarEast countries.
シンタックス
'宣言
 
Public Shared Function ToHalfWidthEx( _
   ByVal c As System.Char _
) As System.Char()
public static System.char[] ToHalfWidthEx( 
   System.char c
)

パラメータ

c
A Unicode character.

戻り値の型

A character array representing c in half width form. In most cases this array will have only one element.
参照

CharHelper クラス
CharHelper メンバ