'宣言 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
- 定義する文字。
戻り値の型
引用符の場合は true、そうでない場合は false。