Метод | Описание | |
---|---|---|
ConvertToNullIfEmpty ( this id ) : HiveEntityUri |
Returns null if the id is null or empty, otherwise returns the id
|
|
IsNullOrEmpty ( this id ) : bool |
Extension method to do IsNullOrEmpty fluently
|
public static ConvertToNullIfEmpty ( this id ) : HiveEntityUri | ||
id | this | |
Результат | HiveEntityUri |
public static IsNullOrEmpty ( this id ) : bool | ||
id | this | |
Результат | bool |