All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
Colored
Console
Out
Console
Colored
Char
Console
Colored
String
Console
Colored
String
()
Console
Colored
String
(
input
,
foreground
,
background
)
Console
Colored
String
(
input
,
foreground
Colors
,
background
Colors
)
Console
Colored
String
(
strings
)
Console
Colored
String
(
strings
)
Console
Colored
String
(
characters
)
Console
Colored
String
(
value
,
foreground
,
background
)
CharAt
(
index
)
Color
(
foreground
)
Color
(
foreground
,
background
)
ColorBackground
(
background
)
ColorBackgroundWhereNull
(
background
)
ColorSubstring
(
index
,
foreground
)
ColorSubstring
(
index
,
length
,
foreground
)
ColorSubstring
(
index
,
foreground
,
background
)
ColorSubstring
(
index
,
length
,
foreground
,
background
)
ColorSubstringBackground
(
index
,
background
)
ColorSubstringBackground
(
index
,
length
,
background
)
ColorWhereNull
(
foreground
,
background
)
Fmt
(
args
)
Fmt
(
provider
,
args
)
FmtEnumerable
(
args
)
FmtEnumerable
(
provider
,
args
)
Format
(
format
,
args
)
Format
(
format
,
provider
,
args
)
FromEggsNode
(
node
)
GetBackgroundColors
()
GetColors
()
GetEnumerator
()
IndexOf
(
value
)
IndexOf
(
value
)
IndexOf
(
value
,
start
Index
)
IndexOf
(
value
,
start
Index
)
IndexOf
(
value
,
comparison
Type
)
IndexOf
(
value
,
start
Index
,
count
)
IndexOf
(
value
,
start
Index
,
count
)
IndexOf
(
value
,
start
Index
,
comparison
Type
)
IndexOf
(
value
,
start
Index
,
count
,
comparison
Type
)
Insert
(
start
Index
,
value
)
PadLeft
(
total
Width
)
PadLeft
(
total
Width
,
padding
Char
)
PadRight
(
total
Width
)
PadRight
(
total
Width
,
padding
Char
)
Remove
(
start
Index
)
Remove
(
start
Index
,
count
)
Replace
(
old
Char
,
new
Char
)
Replace
(
old
Value
,
new
Value
,
comparison
)
ReplaceText
(
old
Value
,
new
Value
,
comparison
)
Split
(
separator
,
count
,
options
)
Substring
(
start
Index
)
Substring
(
start
Index
,
length
)
ToString
()
operator+
(
string1
,
string2
)
operator+
(
string1
,
string2
)
operator+
(
string1
,
string2
)
explicit operator
string
(
input
)
implicit operator
Console
Colored
String
(
input
)
Empty
this
[
index
]
Length
New
Line
To
Debug
String
Console
Util
Console
State
RT.Util.ExtensionMethods
RT.Util.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
RT.ArithmeticCoding
RT.CommandLine
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
char
CharAt
(
int
)
Declared in:
RT.Util.Consoles.
ConsoleColoredString
Declaration
public
char
CharAt
(
int
index
)
Summary
Returns the character at the specified index.
Parameters
int
index
A character position in the current
ConsoleColoredString
.
Returns
The character at the specified index.