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
char ConvertFromUtf32¶
-
SystemChar.__ConvertFromUtf32__SystemInt32__SystemString(System.Int32 utf32)¶
outputs: unnamed (String)
flow: none
char ConvertToUtf32¶
-
SystemChar.__ConvertToUtf32__SystemChar_SystemChar__SystemInt32(System.Char highSurrogateSystem.Char lowSurrogate)¶
outputs: unnamed (Int32)
flow: none
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
char GetHashCode¶
-
SystemChar.__GetHashCode__SystemInt32(System.Char instance)¶
outputs: unnamed (Int32)
flow: none
char GetNumericValue¶
-
SystemChar.__GetNumericValue__SystemChar__SystemDouble(System.Char c)¶
outputs: unnamed (Double)
flow: none
char GetType¶
-
SystemChar.__GetType__SystemType(System.Char instance)¶
outputs: unnamed (Type)
flow: none
char GetUnicodeCategory¶
-
SystemChar.__GetUnicodeCategory__SystemChar__SystemGlobalizationUnicodeCategory(System.Char c)¶
outputs: unnamed (UnicodeCategory)
flow: none
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
char IsDigit¶
-
SystemChar.__IsDigit__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsHighSurrogate¶
-
SystemChar.__IsHighSurrogate__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsLetter¶
-
SystemChar.__IsLetter__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsLetterOrDigit¶
-
SystemChar.__IsLetterOrDigit__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsLower¶
-
SystemChar.__IsLower__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsLowSurrogate¶
-
SystemChar.__IsLowSurrogate__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsNumber¶
-
SystemChar.__IsNumber__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsPunctuation¶
-
SystemChar.__IsPunctuation__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsSeparator¶
-
SystemChar.__IsSeparator__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsSurrogate¶
-
SystemChar.__IsSurrogate__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsSurrogatePair¶
-
SystemChar.__IsSurrogatePair__SystemChar_SystemChar__SystemBoolean(System.Char highSurrogateSystem.Char lowSurrogate)¶
outputs: unnamed (Boolean)
flow: none
char IsSymbol¶
-
SystemChar.__IsSymbol__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsUpper¶
-
SystemChar.__IsUpper__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
char IsWhiteSpace¶
-
SystemChar.__IsWhiteSpace__SystemChar__SystemBoolean(System.Char c)¶
outputs: unnamed (Boolean)
flow: none
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
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
char ToLowerInvariant¶
-
SystemChar.__ToLowerInvariant__SystemChar__SystemChar(System.Char c)¶
outputs: unnamed (Char)
flow: none
char ToString¶
-
SystemChar.__ToString__SystemChar__SystemString(System.Char c)¶
outputs: unnamed (String)
flow: none
char ToUpper¶
-
SystemChar.__ToUpper__SystemChar__SystemChar(System.Char c)¶
outputs: unnamed (Char)
flow: none
char ToUpperInvariant¶
-
SystemChar.__ToUpperInvariant__SystemChar__SystemChar(System.Char c)¶
outputs: unnamed (Char)
flow: none
char TryParse¶
-
SystemChar.__TryParse__SystemString_SystemCharRef__SystemBoolean(System.String s)¶
outputs: result (Char), unnamed (Boolean)
flow inputs: unnamed
flow outputs: unnamed