FlexReport for WinForms
IsIdentChar メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > StringParser クラス : IsIdentChar メソッド
Character for definition.
Determines if the character is Unicode letter, decimal digit, or "_".
シンタックス
'宣言
 
Public Shared Function IsIdentChar( _
   ByVal c As System.Char _
) As System.Boolean
'使用法
 
Dim c As System.Char
Dim value As System.Boolean
 
value = StringParser.IsIdentChar(c)
public static System.bool IsIdentChar( 
   System.char c
)

パラメータ

c
Character for definition.

戻り値の型

True if the character is Unicode letter, decimal digit or "_"; otherwise, false.
参照

参照

StringParser クラス
StringParser メンバ