FlexReport for WinForms
IsQuotes メソッド (StringParser.Params)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > StringParser.Params 構造体 : IsQuotes メソッド
The character for definition.
Determines if a character is a quote character.
シンタックス
'宣言
 
Public Function IsQuotes( _
   ByVal c As System.Char _
) As System.Boolean
'使用法
 
Dim instance As StringParser.Params
Dim c As System.Char
Dim value As System.Boolean
 
value = instance.IsQuotes(c)
public System.bool IsQuotes( 
   System.char c
)

パラメータ

c
The character for definition.

戻り値の型

True if a quote character, false otherwise.
参照

参照

StringParser.Params 構造体
StringParser.Params メンバ