CalendarView for WinForms
IsFullWidth(Char) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス > IsFullWidth メソッド : IsFullWidth(Char) メソッド
A Unicode character.
Indicates whether the specified Unicode character is a full width character. Usually CJK characters are considers as full widths.
シンタックス
'宣言
 
Public Overloads Shared Function IsFullWidth( _
   ByVal c As System.Char _
) As System.Boolean
public static System.bool IsFullWidth( 
   System.char c
)

パラメータ

c
A Unicode character.

戻り値の型

true if c is a full width character; otherwise, false.
参照

CharHelper クラス
CharHelper メンバ
オーバーロード一覧