Show / Hide Table of Contents

Class StringExtensions

Extension methods for string.

Inheritance
object
StringExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public static class StringExtensions

Methods

View Source

IsNullEmptyOrNone(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."

  • View Source
In this article
Back to top Generated by DocFX