Show / Hide Table of Contents

Class CharExtensions

Useful extension methods for Char.

Inheritance
Object
CharExtensions
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM
Assembly: IRM.dll
Syntax
public static class CharExtensions

Methods

IsWhiteSpace(Char)

Determines if a char is a white space.

Declaration
public static bool IsWhiteSpace(this char value)
Parameters
Char value

The char to evaluate.

Returns
Boolean

true if the char is a white space; otherwise false.

Back to top Generated by DocFX