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