Constructor | Description |
Full Usage:
Characters(length)
Parameters:
int
|
|
Full Usage:
Characters(sourceChars, copy)
Parameters:
char[]
copy : bool
|
|
Full Usage:
Characters(s)
Parameters:
string
|
|
Full Usage:
Characters(s, length)
Parameters:
string
length : int
|
|
Instance member | Description |
Full Usage:
this.AdjustLeft
|
|
Full Usage:
this.AdjustRight
|
|
Full Usage:
this.CharArray
Returns: char[]
|
|
Full Usage:
this.Copy
Parameters:
int
lastIndex : int
sourceCharArray : char[]
|
|
Full Usage:
this.Copy
Parameters:
int
sourceCharArray : char[]
|
|
Full Usage:
this.Copy
Parameters:
char[]
|
|
Full Usage:
this.Copy
Parameters:
int
lastIndex : int
sourceString : string
|
|
Full Usage:
this.Copy
Parameters:
int
sourceString : string
|
|
Full Usage:
this.Copy
Parameters:
string
|
|
Full Usage:
this.Equals
Parameters:
obj
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.GetHashCode
Returns: int
Modifiers: abstract |
|
Full Usage:
this.LenTrim
Returns: int
|
|
Full Usage:
this.Length
Returns: int
|
|
Full Usage:
this.Replace
Parameters:
char[]
|
|
|
|
Full Usage:
this.Replace
Parameters:
string
|
|
|
|
|
|
Full Usage:
this.ToBlanks
|
|
Full Usage:
this.ToBlanks
Parameters:
int
last : int
|
|
Full Usage:
this.ToBlanks
Parameters:
int
|
|
Full Usage:
this.ToInt32
Returns: int
|
|
Full Usage:
this.ToLower
|
|
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|
Full Usage:
this.ToUpper
|
|
Full Usage:
this.Trim
Returns: string
|
|
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Characters.AreEqual(left, right)
Parameters:
char[]
right : char[]
Returns: bool
|
|
Full Usage:
Characters.LargeThan(left, right)
Parameters:
char[]
right : char[]
Returns: bool
|
|
Full Usage:
Characters.LeastThan(left, right)
Parameters:
char[]
right : char[]
Returns: bool
|
|
|
|