+
+ +
+

Char

+

The Char module.

+
+
+
+

op_Addition

+
+
+SystemChar.__op_Addition__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char CompareTo

+
+
+SystemChar.__CompareTo__SystemObject__SystemInt32(System.Char instanceSystem.Object value)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

char ConvertFromUtf32

+
+
+SystemChar.__ConvertFromUtf32__SystemInt32__SystemString(System.Int32 utf32)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

char ConvertToUtf32

+
+
+SystemChar.__ConvertToUtf32__SystemChar_SystemChar__SystemInt32(System.Char highSurrogateSystem.Char lowSurrogate)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

op_Division

+
+
+SystemChar.__op_Division__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Equality

+
+
+SystemChar.__op_Equality__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

char Equals

+
+
+SystemChar.__Equals__SystemObject__SystemBoolean(System.Char instanceSystem.Object obj)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char get_MaxValue

+
+
+SystemChar.__get_MaxValue__SystemChar()
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char get_MinValue

+
+
+SystemChar.__get_MinValue__SystemChar()
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char GetHashCode

+
+
+SystemChar.__GetHashCode__SystemInt32(System.Char instance)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+

C# Documentation

+
+
+

char GetNumericValue

+
+
+SystemChar.__GetNumericValue__SystemChar__SystemDouble(System.Char c)
+
+ +

outputs: unnamed (Double)

+

flow: none

+

C# Documentation

+
+
+

char GetType

+
+
+SystemChar.__GetType__SystemType(System.Char instance)
+
+ +

outputs: unnamed (Type)

+

flow: none

+

C# Documentation

+
+
+

char GetUnicodeCategory

+
+
+SystemChar.__GetUnicodeCategory__SystemChar__SystemGlobalizationUnicodeCategory(System.Char c)
+
+ +

outputs: unnamed (UnicodeCategory)

+

flow: none

+

C# Documentation

+
+
+

op_GreaterThan

+
+
+SystemChar.__op_GreaterThan__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_GreaterThanOrEqual

+
+
+SystemChar.__op_GreaterThanOrEqual__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_Inequality

+
+
+SystemChar.__op_Inequality__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

char IsControl

+
+
+SystemChar.__IsControl__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsDigit

+
+
+SystemChar.__IsDigit__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsHighSurrogate

+
+
+SystemChar.__IsHighSurrogate__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLetter

+
+
+SystemChar.__IsLetter__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLetterOrDigit

+
+
+SystemChar.__IsLetterOrDigit__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLower

+
+
+SystemChar.__IsLower__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsLowSurrogate

+
+
+SystemChar.__IsLowSurrogate__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsNumber

+
+
+SystemChar.__IsNumber__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsPunctuation

+
+
+SystemChar.__IsPunctuation__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSeparator

+
+
+SystemChar.__IsSeparator__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSurrogate

+
+
+SystemChar.__IsSurrogate__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSurrogatePair

+
+
+SystemChar.__IsSurrogatePair__SystemChar_SystemChar__SystemBoolean(System.Char highSurrogateSystem.Char lowSurrogate)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsSymbol

+
+
+SystemChar.__IsSymbol__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsUpper

+
+
+SystemChar.__IsUpper__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

char IsWhiteSpace

+
+
+SystemChar.__IsWhiteSpace__SystemChar__SystemBoolean(System.Char c)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+

C# Documentation

+
+
+

op_LeftShift

+
+
+SystemChar.__op_LeftShift__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LessThan

+
+
+SystemChar.__op_LessThan__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LessThanOrEqual

+
+
+SystemChar.__op_LessThanOrEqual__SystemChar_SystemChar__SystemBoolean(System.Char System.Char)
+
+ +

outputs: unnamed (Boolean)

+

flow: none

+
+
+

op_LogicalAnd

+
+
+SystemChar.__op_LogicalAnd__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalOr

+
+
+SystemChar.__op_LogicalOr__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_LogicalXor

+
+
+SystemChar.__op_LogicalXor__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Multiplication

+
+
+SystemChar.__op_Multiplication__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char Parse

+
+
+SystemChar.__Parse__SystemString__SystemChar(System.String s)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

op_RightShift

+
+
+SystemChar.__op_RightShift__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

op_Subtraction

+
+
+SystemChar.__op_Subtraction__SystemChar_SystemChar__SystemInt32(System.Char System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char ToLower

+
+
+SystemChar.__ToLower__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char ToLowerInvariant

+
+
+SystemChar.__ToLowerInvariant__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char ToString

+
+
+SystemChar.__ToString__SystemChar__SystemString(System.Char c)
+
+ +

outputs: unnamed (String)

+

flow: none

+

C# Documentation

+
+
+

char ToUpper

+
+
+SystemChar.__ToUpper__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char ToUpperInvariant

+
+
+SystemChar.__ToUpperInvariant__SystemChar__SystemChar(System.Char c)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char TryParse

+
+
+SystemChar.__TryParse__SystemString_SystemCharRef__SystemBoolean(System.String s)
+
+ +

outputs: result (Char), unnamed (Boolean)

+

flow inputs: unnamed

+

flow outputs: unnamed

+

C# Documentation

+
+
+

op_UnaryMinus

+
+
+SystemChar.__op_UnaryMinus__SystemChar__SystemInt32(System.Char)
+
+ +

outputs: unnamed (Int32)

+

flow: none

+
+
+

char

+
+
+Const_SystemChar(System.Char Char)
+
+ +

outputs: unnamed (Char)

+

flow: none

+

C# Documentation

+
+
+

char

+
+
+Variable_SystemChar(System.Char CharSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)
+
+ +

outputs: none

+

flow: none

+
+
+ + +
+
+ +
+