[Func[string,bool]]{ [string]::IsNullOrEmpty($args[0])} code example Example: c# check if string is empty if (string.IsNullOrEmpty(myString)) { // }