FlexReport for WinForms
IndexOfIndent メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > StringParser クラス : IndexOfIndent メソッド
Returns index of identifier in the string. Identifier can be in quotes and should start with '_' or letter and should contains only '_', letters, numbers.
シンタックス
'宣言
 
Public Shared Function IndexOfIndent( _
   ByVal s As System.String, _
   ByVal ident As System.String, _
   ByVal prms As StringParser.Params _
) As System.Integer
'使用法
 
Dim s As System.String
Dim ident As System.String
Dim prms As StringParser.Params
Dim value As System.Integer
 
value = StringParser.IndexOfIndent(s, ident, prms)
public static System.int IndexOfIndent( 
   System.string s,
   System.string ident,
   StringParser.Params prms
)

パラメータ

s
ident
prms
参照

参照

StringParser クラス
StringParser メンバ