Neokernel API

NK.hasParam Method

Returns true if 'sw' is a param within 'args', the list of parameters

public static bool hasParam(
   string[] args,
   string sw
);

See Also

NK Class | com.neokernel.nk Namespace