Syntax
'Declaration
Public Shared Function IsWholeWord( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Integer _
) As System.Boolean
public static System.bool IsWholeWord(
System.string ,
System.string ,
System.int
)
Parameters
- word
- text
- idx
See Also