String
cs.system.String (extern final class)
Implements: cs.system.collections.generic.IEnumerable_1, ICloneable, IComparable, IConvertible, IComparable_1, IEquatable_1, cs.system.collections.IEnumerable
Static Members
Empty: String
Name | Type |
---|---|
strA |
String |
strB |
String |
Returns |
---|
Int |
Name | Type |
---|---|
strA |
String |
strB |
String |
Returns |
---|
Int |
Name | Type |
---|---|
value |
String |
Returns |
---|
Bool |
Name | Type |
---|---|
format |
String |
arg0 |
Dynamic |
Returns |
---|
String |
Name | Type |
---|---|
str |
String |
Returns |
---|
String |
Name | Type |
---|---|
arg0 |
Dynamic |
Returns |
---|
String |
Name | Type |
---|---|
str |
String |
Returns |
---|
String |
Name | Type |
---|---|
str |
String |
Returns |
---|
String |
Join(separator: String, value: cs.NativeArray<String>): String
Name | Type |
---|---|
separator |
String |
value |
cs.NativeArray<String> |
Returns |
---|
String |
Name | Type |
---|---|
a |
String |
b |
String |
Returns |
---|
Bool |
Name | Type |
---|---|
a |
String |
b |
String |
Returns |
---|
Bool |
Instance Members
Length: Int
Clone(): Dynamic
Returns |
---|
Dynamic |
Returns |
---|
Anonymous |
CopyTo(sourceIndex: Int, destination: cs.NativeArray<cs.types.Char16>, destinationIndex: Int, count: Int): Void
Name | Type |
---|---|
sourceIndex |
Int |
destination |
cs.NativeArray<cs.types.Char16> |
destinationIndex |
Int |
count |
Int |
ToCharArray(): cs.NativeArray<cs.types.Char16>
Returns |
---|
cs.NativeArray<cs.types.Char16> |
Split(separator: cs.NativeArray<cs.types.Char16>): cs.NativeArray<String>
Name | Type |
---|---|
separator |
cs.NativeArray<cs.types.Char16> |
Returns |
---|
cs.NativeArray<String> |
Name | Type |
---|---|
startIndex |
Int |
Returns |
---|
String |
Trim(): String
Returns |
---|
String |
TrimStart(trimChars: cs.NativeArray<cs.types.Char16>): String
Name | Type |
---|---|
trimChars |
cs.NativeArray<cs.types.Char16> |
Returns |
---|
String |
TrimEnd(trimChars: cs.NativeArray<cs.types.Char16>): String
Name | Type |
---|---|
trimChars |
cs.NativeArray<cs.types.Char16> |
Returns |
---|
String |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Int |
Name | Type |
---|---|
value |
String |
Returns |
---|
Bool |
IndexOfAny(anyOf: cs.NativeArray<cs.types.Char16>): Int
Name | Type |
---|---|
anyOf |
cs.NativeArray<cs.types.Char16> |
Returns |
---|
Int |
Name | Type |
---|---|
value |
String |
comparisonType |
Anonymous |
Returns |
---|
Int |
Name | Type |
---|---|
value |
String |
comparisonType |
Anonymous |
Returns |
---|
Int |
LastIndexOfAny(anyOf: cs.NativeArray<cs.types.Char16>): Int
Name | Type |
---|---|
anyOf |
cs.NativeArray<cs.types.Char16> |
Returns |
---|
Int |
Name | Type |
---|---|
value |
String |
Returns |
---|
Bool |
Normalize(): String
Returns |
---|
String |
IsNormalized(): Bool
Returns |
---|
Bool |
Name | Type |
---|---|
startIndex |
Int |
Returns |
---|
String |
Name | Type |
---|---|
totalWidth |
Int |
Returns |
---|
String |
Name | Type |
---|---|
totalWidth |
Int |
Returns |
---|
String |
Name | Type |
---|---|
value |
String |
Returns |
---|
Bool |
Replace(oldChar: cs.types.Char16, newChar: cs.types.Char16): String
Name | Type |
---|---|
oldChar |
cs.types.Char16 |
newChar |
cs.types.Char16 |
Returns |
---|
String |
ToLower(): String
Returns |
---|
String |
ToLowerInvariant(): String
Returns |
---|
String |
ToUpper(): String
Returns |
---|
String |
ToUpperInvariant(): String
Returns |
---|
String |
ToString(): String
Returns |
---|
String |
Name | Type |
---|---|
startIndex |
Int |
value |
String |
Returns |
---|
String |
new(value: cs.NativeArray<cs.types.Char16>, startIndex: Int, length: Int): Void
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.Char16> |
startIndex |
Int |
length |
Int |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |