Characters Type

Constructors

Constructor Description

Characters(length)

Full Usage: Characters(length)

Parameters:
    length : int

length : int

Characters(sourceChars, copy)

Full Usage: Characters(sourceChars, copy)

Parameters:
    sourceChars : char[]
    copy : bool

sourceChars : char[]
copy : bool

Characters(s)

Full Usage: Characters(s)

Parameters:
    s : string

s : string

Characters(s, length)

Full Usage: Characters(s, length)

Parameters:
    s : string
    length : int

s : string
length : int

Instance members

Instance member Description

this.AdjustLeft

Full Usage: this.AdjustLeft

this.AdjustRight

Full Usage: this.AdjustRight

this.CharArray

Full Usage: this.CharArray

Returns: char[]

Returns: char[]

this.Copy

Full Usage: this.Copy

Parameters:
    startIndex : int
    lastIndex : int
    sourceCharArray : char[]

startIndex : int
lastIndex : int
sourceCharArray : char[]

this.Copy

Full Usage: this.Copy

Parameters:
    startIndex : int
    sourceCharArray : char[]

startIndex : int
sourceCharArray : char[]

this.Copy

Full Usage: this.Copy

Parameters:
    sourceCharArray : char[]

sourceCharArray : char[]

this.Copy

Full Usage: this.Copy

Parameters:
    startIndex : int
    lastIndex : int
    sourceString : string

startIndex : int
lastIndex : int
sourceString : string

this.Copy

Full Usage: this.Copy

Parameters:
    startIndex : int
    sourceString : string

startIndex : int
sourceString : string

this.Copy

Full Usage: this.Copy

Parameters:
    sourceString : string

sourceString : string

this.Equals

Full Usage: this.Equals

Parameters:
    obj : obj

Returns: bool
Modifiers: abstract

obj : obj
Returns: bool

this.GetHashCode

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.LenTrim

Full Usage: this.LenTrim

Returns: int

Returns: int

this.Length

Full Usage: this.Length

Returns: int

Returns: int

this.Replace

Full Usage: this.Replace

Parameters:
    source : char[]

source : char[]

this.Replace

Full Usage: this.Replace

Parameters:

source : Characters

this.Replace

Full Usage: this.Replace

Parameters:
    source : string

source : string

this.Substring

Full Usage: this.Substring

Parameters:
    startIndex : int
    lastIndex : int

Returns: Characters

startIndex : int
lastIndex : int
Returns: Characters

this.Substring

Full Usage: this.Substring

Parameters:
    startIndex : int

Returns: Characters

startIndex : int
Returns: Characters

this.ToBlanks

Full Usage: this.ToBlanks

this.ToBlanks

Full Usage: this.ToBlanks

Parameters:
    start : int
    last : int

start : int
last : int

this.ToBlanks

Full Usage: this.ToBlanks

Parameters:
    length : int

length : int

this.ToInt32

Full Usage: this.ToInt32

Returns: int

Returns: int

this.ToLower

Full Usage: this.ToLower

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.ToUpper

Full Usage: this.ToUpper

this.Trim

Full Usage: this.Trim

Returns: string

Returns: string

Static members

Static member Description

c1 + c2

Full Usage: c1 + c2

Parameters:
Returns: Characters

c1 : Characters
c2 : Characters
Returns: Characters

s + c2

Full Usage: s + c2

Parameters:
Returns: Characters

s : string
c2 : Characters
Returns: Characters

c1 + s

Full Usage: c1 + s

Parameters:
Returns: Characters

c1 : Characters
s : string
Returns: Characters

c1 < c2

Full Usage: c1 < c2

Parameters:
Returns: bool

c1 : Characters
c2 : Characters
Returns: bool

s < c2

Full Usage: s < c2

Parameters:
Returns: bool

s : string
c2 : Characters
Returns: bool

c1 < s

Full Usage: c1 < s

Parameters:
Returns: bool

c1 : Characters
s : string
Returns: bool

c1 <= c2

Full Usage: c1 <= c2

Parameters:
Returns: bool

c1 : Characters
c2 : Characters
Returns: bool

s <= c2

Full Usage: s <= c2

Parameters:
Returns: bool

s : string
c2 : Characters
Returns: bool

c1 <= s

Full Usage: c1 <= s

Parameters:
Returns: bool

c1 : Characters
s : string
Returns: bool

c1 <> c2

Full Usage: c1 <> c2

Parameters:
Returns: bool

c1 : Characters
c2 : Characters
Returns: bool

s <> c2

Full Usage: s <> c2

Parameters:
Returns: bool

s : string
c2 : Characters
Returns: bool

c1 <> s

Full Usage: c1 <> s

Parameters:
Returns: bool

c1 : Characters
s : string
Returns: bool

c1 = c2

Full Usage: c1 = c2

Parameters:
Returns: bool

c1 : Characters
c2 : Characters
Returns: bool

s = c2

Full Usage: s = c2

Parameters:
Returns: bool

s : string
c2 : Characters
Returns: bool

c1 = s

Full Usage: c1 = s

Parameters:
Returns: bool

c1 : Characters
s : string
Returns: bool

c1 > c2

Full Usage: c1 > c2

Parameters:
Returns: bool

c1 : Characters
c2 : Characters
Returns: bool

s > c2

Full Usage: s > c2

Parameters:
Returns: bool

s : string
c2 : Characters
Returns: bool

c1 > s

Full Usage: c1 > s

Parameters:
Returns: bool

c1 : Characters
s : string
Returns: bool

c1 >= c2

Full Usage: c1 >= c2

Parameters:
Returns: bool

c1 : Characters
c2 : Characters
Returns: bool

s >= c2

Full Usage: s >= c2

Parameters:
Returns: bool

s : string
c2 : Characters
Returns: bool

c1 >= s

Full Usage: c1 >= s

Parameters:
Returns: bool

c1 : Characters
s : string
Returns: bool

Characters.Add(c1, c2)

Full Usage: Characters.Add(c1, c2)

Parameters:
    c1 : char[]
    c2 : char[]

Returns: Characters

c1 : char[]
c2 : char[]
Returns: Characters

Characters.AreEqual(left, right)

Full Usage: Characters.AreEqual(left, right)

Parameters:
    left : char[]
    right : char[]

Returns: bool

left : char[]
right : char[]
Returns: bool

Characters.LargeThan(left, right)

Full Usage: Characters.LargeThan(left, right)

Parameters:
    left : char[]
    right : char[]

Returns: bool

left : char[]
right : char[]
Returns: bool

Characters.LeastThan(left, right)

Full Usage: Characters.LeastThan(left, right)

Parameters:
    left : char[]
    right : char[]

Returns: bool

left : char[]
right : char[]
Returns: bool

op_Implicits

Full Usage: op_Implicits

Parameters:
    s : string

Returns: Characters

s : string
Returns: Characters