Class StringExt
Namespace: Unity.InteractiveTutorials
Syntax
public static class StringExt
Methods
IsNotNullOrEmpty(String)
Declaration
public static bool IsNotNullOrEmpty(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| String | str |
Returns
| Type | Description |
|---|---|
| Boolean |
IsNotNullOrWhitespace(String)
Declaration
public static bool IsNotNullOrWhitespace(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| String | str |
Returns
| Type | Description |
|---|---|
| Boolean |