Char
Overview
16 bits character type; strings are made out of this.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Char
constructor protected (declared in ValueType)
constructor
Char()
init()
Char()
Sub New()
compares this value to another char, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
compares this value to another char, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Compares this value to another, returns true if equal.
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
IsNumber
Check if a value is a number character.
Parameters:
- aChar:
IsWhiteSpace
Check if a value is a whitespace character.
Parameters:
- aChar:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToLower
Lowercase this value.
Parameters:
- aInvariant:
ToString override virtual
Converts this char to it's string representation.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
ToUpper
Uppercase this value.
Parameters:
- aInvariant:
IsNumber
Check if a value is a number character.
Parameters:
- aChar:
IsWhiteSpace
Check if a value is a whitespace character.
Parameters:
- aChar:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor protected (declared in ValueType)
constructor
Char()
init()
Char()
Sub New()
compares this value to another char, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
compares this value to another char, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Compares this value to another, returns true if equal.
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToLower
Lowercase this value.
Parameters:
- aInvariant:
ToString override virtual
Converts this char to it's string representation.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
ToUpper
Uppercase this value.
Parameters:
- aInvariant: