Class StringExtensions
Extension methods for string.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public static class StringExtensions
Methods
View SourceIsNullEmptyOrNone(string)
Determines if the string null, empty, or "None."
Declaration
public static bool IsNullEmptyOrNone(this string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The string. |
Returns
Type | Description |
---|---|
bool | True if it's null, empty, or "None." |