'Declaration Public Shared Sub GetWord( _ ByVal s As String, _ ByVal p As Integer, _ ByRef start As Integer, _ ByRef length As Integer _ )
public static void GetWord( string s, int p, out int start, out int length )
Utils Class Utils Members