public bool IsNum(string input) { if (!StringHelperProxySoapHeader.IsValid) { return(false); } return(CurrentClient.IsNum(CurrentHeader, input)); }