FlexReport for WPF
GetWord メソッド (Utils)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : GetWord メソッド
指定された位置に近いテキスト内の単語を取得します。
シンタックス
'宣言
 
Public Shared Sub GetWord( _
   ByVal s As System.String, _
   ByVal p As System.Integer, _
   ByRef start As System.Integer, _
   ByRef length As System.Integer _
) 
'使用法
 
Dim s As System.String
Dim p As System.Integer
Dim start As System.Integer
Dim length As System.Integer
 
Utils.GetWord(s, p, start, length)
public static void GetWord( 
   System.string s,
   System.int p,
   out System.int start,
   out System.int length
)

パラメータ

s
p
start
length
参照

Utils クラス
Utils メンバ