Gets the word in the text near to specified position.
Syntax
'Declaration
Public Shared Sub GetWord( _
ByVal As System.String, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
)
public static void GetWord(
System.string ,
System.int ,
out System.int ,
out System.int
)
Parameters
- s
- p
- start
- length
See Also