SwiftString
Overview
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
-
Ancestry:
- ValueType | SwiftString .NET, .NET Standard 2.0
- ValueType | SwiftString Island
- ValueType | SwiftString .NET, .NET Standard 2.0
constructor .NET, .NET Standard 2.0, Cooper, Island
constructor
SwiftString()
init()
SwiftString()
Sub New()
constructor .() Toffee
init(. )
Parameters:
- :
constructor (not nullable Char)
constructor(c: not nullable Char)
SwiftString(Char! c)
init(_ c: Char)
SwiftString(Char c)
Sub New(c As Char)
Parameters:
- c:
constructor (not nullable NativeString)
constructor(s: not nullable NativeString)
SwiftString(NativeString! s)
init(_ s: NativeString)
SwiftString(NativeString s)
Sub New(s As NativeString)
Parameters:
- s:
constructor (SwiftString) Cooper
constructor(value: SwiftString)
SwiftString(SwiftString value)
init(_ value: SwiftString)
SwiftString(SwiftString value)
Sub New(value As SwiftString)
Parameters:
- value:
constructor withReflecting(not nullable Object) .NET, .NET Standard 2.0
constructor withReflecting(object: not nullable Object)
SwiftString withReflecting(Object! object)
init(withReflecting object: Object)
Sub New withReflecting(object As Object)
Parameters:
- object:
constructor withRepeating(not nullable Char) count(not nullable Int)
constructor withRepeating(c: not nullable Char) count(count: not nullable Int)
SwiftString withRepeating(Char! c) count(Int! count)
init(withRepeating c: Char, count: Int)
SwiftString withRepeating(Char c) count(Int count)
Sub New withRepeating(c As Char) count(count As Int)
Parameters:
- c:
- count:
append (not nullable Char) virtual
method append(c: not nullable Char)
void append(Char! c)
func append(_ c: Char)
void append(Char c)
Sub append(c As Char)
Parameters:
- c:
append (not nullable Character) virtual
method append(c: not nullable Character)
void append(Character! c)
func append(_ c: Character)
void append(Character c)
Sub append(c As Character)
Parameters:
- c:
append (not nullable NativeString) virtual
method append(s: not nullable NativeString)
void append(NativeString! s)
func append(_ s: NativeString)
void append(NativeString s)
Sub append(s As NativeString)
Parameters:
- s:
append (not nullable SwiftString) virtual
method append(s: not nullable SwiftString)
void append(SwiftString! s)
func append(_ s: SwiftString)
void append(SwiftString s)
Sub append(s As SwiftString)
Parameters:
- s:
appending (not nullable NativeString): not nullable SwiftString virtual
method appending(s: not nullable NativeString): not nullable SwiftString
SwiftString! appending(NativeString! s)
func appending(_ s: NativeString) -> SwiftString
SwiftString appending(NativeString s)
Function appending(s As NativeString) As SwiftString
Parameters:
- s:
appending (not nullable SwiftString): not nullable SwiftString virtual
method appending(s: not nullable SwiftString): not nullable SwiftString
SwiftString! appending(SwiftString! s)
func appending(_ s: SwiftString) -> SwiftString
SwiftString appending(SwiftString s)
Function appending(s As SwiftString) As SwiftString
Parameters:
- s:
characters virtual .NET, .NET Standard 2.0, Cooper, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee
property characters: not nullable CharacterView read;
CharacterView! characters { get; }
var characters: CharacterView { get{} }
CharacterView characters { __get; }
ReadOnly Property characters() As CharacterView
clone Cooper
method clone: Object
Object clone()
func clone() -> Object
Object clone()
Function clone() As Object
contains virtual
method contains(s: not nullable SwiftString): not nullable Bool
Bool! contains(SwiftString! s)
func contains(_ s: SwiftString) -> Bool
Bool contains(SwiftString s)
Function contains(s As SwiftString) As Bool
Parameters:
- s:
description virtual .NET, .NET Standard 2.0, Cooper, Island
method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString
description description(): NativeString override Toffee
func description(description ) -> NativeString
Parameters:
- :
endIndex virtual
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
property endIndex: not nullable Int64 read;
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
property endIndex: not nullable Int32 read;
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
Int64! endIndex { get; }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! endIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64, Toffee-iOS, Toffee-iOS Simulator, Toffee-Mac Catalyst, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS Simulator
var endIndex: Int64 { get{} }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386, Toffee-watchOS
var endIndex: Int32 { get{} }
Int64 endIndex { __get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
ReadOnly Property endIndex() As Int64
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
ReadOnly Property endIndex() As Int32
hashValue virtual Cooper, Island, Toffee
property hashValue: not nullable Int read;
Int! hashValue { get; }
var hashValue: Int { get{} }
Int hashValue { __get; }
ReadOnly Property hashValue() As Int
hasPrefix virtual .NET, .NET Standard 2.0, Cooper, Island
method hasPrefix(prefix: not nullable SwiftString): not nullable Bool
Bool! hasPrefix(SwiftString! prefix)
func hasPrefix(_ prefix: SwiftString) -> Bool
Bool hasPrefix(SwiftString prefix)
Function hasPrefix(prefix As SwiftString) As Bool
Parameters:
- prefix:
hasSuffix virtual .NET, .NET Standard 2.0, Cooper, Island
method hasSuffix(suffix: not nullable SwiftString): not nullable Bool
Bool! hasSuffix(SwiftString! suffix)
func hasSuffix(_ suffix: SwiftString) -> Bool
Bool hasSuffix(SwiftString suffix)
Function hasSuffix(suffix As SwiftString) As Bool
Parameters:
- suffix:
index virtual
method index of(s: not nullable SwiftString): nullable Int
Int? index of(SwiftString! s)
func index(of s: SwiftString) -> Int?
Long index of(SwiftString s)
Function index of(s As SwiftString) As Int?
Parameters:
- s:
isEmpty virtual
property isEmpty: not nullable Bool read;
Bool! isEmpty { get; }
var isEmpty: Bool { get{} }
Bool isEmpty { __get; }
ReadOnly Property isEmpty() As Bool
Item virtual
property Item[index: not nullable Int]: not nullable Char read;
Char! Item[Int! index] { get; }
subscript Item(_ index: Int) -> Char { get{} }
Char Item[Int index] { __get; }
ReadOnly Property Item(index As Int) As Char
Item virtual
property Item[range: not nullable Range]: not nullable SwiftString read;
SwiftString! Item[Range! range] { get; }
subscript Item(_ range: Range) -> SwiftString { get{} }
SwiftString Item[Range range] { __get; }
ReadOnly Property Item(range As Range) As SwiftString
length virtual .NET, .NET Standard 2.0, Cooper, Island
method length: not nullable Int
Int! length()
func length() -> Int
Int length()
Function length() As Int
length length(): not nullable Int virtual Toffee
func length(length ) -> Int
Parameters:
- :
lowercased virtual .NET, .NET Standard 2.0, Cooper, Island
method lowercased: not nullable SwiftString
SwiftString! lowercased()
func lowercased() -> SwiftString
SwiftString lowercased()
Function lowercased() As SwiftString
lowercased lowercased(): not nullable SwiftString virtual Toffee
func lowercased(lowercased ) -> SwiftString
Parameters:
- :
startIndex virtual
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
property startIndex: not nullable Int64 read;
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
property startIndex: not nullable Int32 read;
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
Int64! startIndex { get; }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! startIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64, Toffee-iOS, Toffee-iOS Simulator, Toffee-Mac Catalyst, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS Simulator
var startIndex: Int64 { get{} }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386, Toffee-watchOS
var startIndex: Int32 { get{} }
Int64 startIndex { __get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
ReadOnly Property startIndex() As Int64
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
ReadOnly Property startIndex() As Int32
toInt virtual .NET, .NET Standard 2.0, Cooper, Island
toInt toInt(): nullable Int virtual Toffee
func toInt(toInt ) -> Int?
Parameters:
- :
toString Cooper
method toString: String
String toString()
func toString() -> String
String toString()
Function toString() As String
unicodeScalars virtual
property unicodeScalars: not nullable UnicodeScalarView read;
UnicodeScalarView! unicodeScalars { get; }
var unicodeScalars: UnicodeScalarView { get{} }
UnicodeScalarView unicodeScalars { __get; }
ReadOnly Property unicodeScalars() As UnicodeScalarView
uppercased virtual .NET, .NET Standard 2.0, Cooper, Island
method uppercased: not nullable SwiftString
SwiftString! uppercased()
func uppercased() -> SwiftString
SwiftString uppercased()
Function uppercased() As SwiftString
uppercased uppercased(): not nullable SwiftString virtual Toffee
func uppercased(uppercased ) -> SwiftString
Parameters:
- :
utf16 virtual
property utf16: not nullable UTF16View read;
UTF16View! utf16 { get; }
var utf16: UTF16View { get{} }
UTF16View utf16 { __get; }
ReadOnly Property utf16() As UTF16View
utf8 virtual
property utf8: not nullable UTF8View read;
UTF8View! utf8 { get; }
var utf8: UTF8View { get{} }
UTF8View utf8 { __get; }
ReadOnly Property utf8() As UTF8View
utf8CString virtual
property utf8CString: not nullable array of not nullable UTF8Char read;
UTF8Char![]! utf8CString { get; }
var utf8CString: UTF8Char... { get{} }
UTF8Char[] utf8CString { __get; }
ReadOnly Property utf8CString() As UTF8Char()
withUTF8Buffer<R> virtual .NET, .NET Standard 2.0, Cooper, Toffee
method withUTF8Buffer<R>(body: not nullable Func<not nullable array of not nullable UTF8Char, not nullable R>): not nullable R
R! withUTF8Buffer<R>(Func<not nullable array of not nullable UTF8Char, not nullable R>! body)
func withUTF8Buffer<R>(_ body: (UTF8Char...) -> R) -> R
R withUTF8Buffer<R>(Func2<array of UTF8Char, R> body)
Function withUTF8Buffer<R>(body As Func (Of UTF8Char(), R)) As R
Parameters:
- body:
characters virtual .NET, .NET Standard 2.0, Cooper, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee
property characters: not nullable CharacterView read;
CharacterView! characters { get; }
var characters: CharacterView { get{} }
CharacterView characters { __get; }
ReadOnly Property characters() As CharacterView
endIndex virtual
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
property endIndex: not nullable Int64 read;
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
property endIndex: not nullable Int32 read;
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
Int64! endIndex { get; }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! endIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64, Toffee-iOS, Toffee-iOS Simulator, Toffee-Mac Catalyst, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS Simulator
var endIndex: Int64 { get{} }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386, Toffee-watchOS
var endIndex: Int32 { get{} }
Int64 endIndex { __get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
ReadOnly Property endIndex() As Int64
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
ReadOnly Property endIndex() As Int32
hashValue virtual Cooper, Island, Toffee
property hashValue: not nullable Int read;
Int! hashValue { get; }
var hashValue: Int { get{} }
Int hashValue { __get; }
ReadOnly Property hashValue() As Int
isEmpty virtual
property isEmpty: not nullable Bool read;
Bool! isEmpty { get; }
var isEmpty: Bool { get{} }
Bool isEmpty { __get; }
ReadOnly Property isEmpty() As Bool
Item virtual
property Item[index: not nullable Int]: not nullable Char read;
Char! Item[Int! index] { get; }
subscript Item(_ index: Int) -> Char { get{} }
Char Item[Int index] { __get; }
ReadOnly Property Item(index As Int) As Char
Item virtual
property Item[range: not nullable Range]: not nullable SwiftString read;
SwiftString! Item[Range! range] { get; }
subscript Item(_ range: Range) -> SwiftString { get{} }
SwiftString Item[Range range] { __get; }
ReadOnly Property Item(range As Range) As SwiftString
startIndex virtual
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
property startIndex: not nullable Int64 read;
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
property startIndex: not nullable Int32 read;
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
Int64! startIndex { get; }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! startIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64, Toffee-iOS, Toffee-iOS Simulator, Toffee-Mac Catalyst, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS Simulator
var startIndex: Int64 { get{} }
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386, Toffee-watchOS
var startIndex: Int32 { get{} }
Int64 startIndex { __get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu-aarch64, Island-Ubuntu-x86_64, Island-watchOS Simulator, Island-Windows-arm64, Island-Windows-x86_64
ReadOnly Property startIndex() As Int64
// Island-Android-armeabi, Island-Android-armeabi-v7a, Island-Android-x86, Island-Ubuntu-armv6, Island-watchOS, Island-WebAssembly-wasm32, Island-Windows-i386
ReadOnly Property startIndex() As Int32
unicodeScalars virtual
property unicodeScalars: not nullable UnicodeScalarView read;
UnicodeScalarView! unicodeScalars { get; }
var unicodeScalars: UnicodeScalarView { get{} }
UnicodeScalarView unicodeScalars { __get; }
ReadOnly Property unicodeScalars() As UnicodeScalarView
utf16 virtual
property utf16: not nullable UTF16View read;
UTF16View! utf16 { get; }
var utf16: UTF16View { get{} }
UTF16View utf16 { __get; }
ReadOnly Property utf16() As UTF16View
utf8 virtual
property utf8: not nullable UTF8View read;
UTF8View! utf8 { get; }
var utf8: UTF8View { get{} }
UTF8View utf8 { __get; }
ReadOnly Property utf8() As UTF8View
utf8CString virtual
property utf8CString: not nullable array of not nullable UTF8Char read;
UTF8Char![]! utf8CString { get; }
var utf8CString: UTF8Char... { get{} }
UTF8Char[] utf8CString { __get; }
ReadOnly Property utf8CString() As UTF8Char()
constructor .NET, .NET Standard 2.0, Cooper, Island
constructor
SwiftString()
init()
SwiftString()
Sub New()
constructor .() Toffee
init(. )
Parameters:
- :
constructor (not nullable Char)
constructor(c: not nullable Char)
SwiftString(Char! c)
init(_ c: Char)
SwiftString(Char c)
Sub New(c As Char)
Parameters:
- c:
constructor (not nullable NativeString)
constructor(s: not nullable NativeString)
SwiftString(NativeString! s)
init(_ s: NativeString)
SwiftString(NativeString s)
Sub New(s As NativeString)
Parameters:
- s:
constructor (SwiftString) Cooper
constructor(value: SwiftString)
SwiftString(SwiftString value)
init(_ value: SwiftString)
SwiftString(SwiftString value)
Sub New(value As SwiftString)
Parameters:
- value:
constructor withReflecting(not nullable Object) .NET, .NET Standard 2.0
constructor withReflecting(object: not nullable Object)
SwiftString withReflecting(Object! object)
init(withReflecting object: Object)
Sub New withReflecting(object As Object)
Parameters:
- object:
constructor withRepeating(not nullable Char) count(not nullable Int)
constructor withRepeating(c: not nullable Char) count(count: not nullable Int)
SwiftString withRepeating(Char! c) count(Int! count)
init(withRepeating c: Char, count: Int)
SwiftString withRepeating(Char c) count(Int count)
Sub New withRepeating(c As Char) count(count As Int)
Parameters:
- c:
- count:
append (not nullable Char) virtual
method append(c: not nullable Char)
void append(Char! c)
func append(_ c: Char)
void append(Char c)
Sub append(c As Char)
Parameters:
- c:
append (not nullable Character) virtual
method append(c: not nullable Character)
void append(Character! c)
func append(_ c: Character)
void append(Character c)
Sub append(c As Character)
Parameters:
- c:
append (not nullable NativeString) virtual
method append(s: not nullable NativeString)
void append(NativeString! s)
func append(_ s: NativeString)
void append(NativeString s)
Sub append(s As NativeString)
Parameters:
- s:
append (not nullable SwiftString) virtual
method append(s: not nullable SwiftString)
void append(SwiftString! s)
func append(_ s: SwiftString)
void append(SwiftString s)
Sub append(s As SwiftString)
Parameters:
- s:
appending (not nullable NativeString): not nullable SwiftString virtual
method appending(s: not nullable NativeString): not nullable SwiftString
SwiftString! appending(NativeString! s)
func appending(_ s: NativeString) -> SwiftString
SwiftString appending(NativeString s)
Function appending(s As NativeString) As SwiftString
Parameters:
- s:
appending (not nullable SwiftString): not nullable SwiftString virtual
method appending(s: not nullable SwiftString): not nullable SwiftString
SwiftString! appending(SwiftString! s)
func appending(_ s: SwiftString) -> SwiftString
SwiftString appending(SwiftString s)
Function appending(s As SwiftString) As SwiftString
Parameters:
- s:
clone Cooper
method clone: Object
Object clone()
func clone() -> Object
Object clone()
Function clone() As Object
contains virtual
method contains(s: not nullable SwiftString): not nullable Bool
Bool! contains(SwiftString! s)
func contains(_ s: SwiftString) -> Bool
Bool contains(SwiftString s)
Function contains(s As SwiftString) As Bool
Parameters:
- s:
description virtual .NET, .NET Standard 2.0, Cooper, Island
method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString
description description(): NativeString override Toffee
func description(description ) -> NativeString
Parameters:
- :
hasPrefix virtual .NET, .NET Standard 2.0, Cooper, Island
method hasPrefix(prefix: not nullable SwiftString): not nullable Bool
Bool! hasPrefix(SwiftString! prefix)
func hasPrefix(_ prefix: SwiftString) -> Bool
Bool hasPrefix(SwiftString prefix)
Function hasPrefix(prefix As SwiftString) As Bool
Parameters:
- prefix:
hasSuffix virtual .NET, .NET Standard 2.0, Cooper, Island
method hasSuffix(suffix: not nullable SwiftString): not nullable Bool
Bool! hasSuffix(SwiftString! suffix)
func hasSuffix(_ suffix: SwiftString) -> Bool
Bool hasSuffix(SwiftString suffix)
Function hasSuffix(suffix As SwiftString) As Bool
Parameters:
- suffix:
index virtual
method index of(s: not nullable SwiftString): nullable Int
Int? index of(SwiftString! s)
func index(of s: SwiftString) -> Int?
Long index of(SwiftString s)
Function index of(s As SwiftString) As Int?
Parameters:
- s:
length virtual .NET, .NET Standard 2.0, Cooper, Island
method length: not nullable Int
Int! length()
func length() -> Int
Int length()
Function length() As Int
length length(): not nullable Int virtual Toffee
func length(length ) -> Int
Parameters:
- :
lowercased virtual .NET, .NET Standard 2.0, Cooper, Island
method lowercased: not nullable SwiftString
SwiftString! lowercased()
func lowercased() -> SwiftString
SwiftString lowercased()
Function lowercased() As SwiftString
lowercased lowercased(): not nullable SwiftString virtual Toffee
func lowercased(lowercased ) -> SwiftString
Parameters:
- :
toInt virtual .NET, .NET Standard 2.0, Cooper, Island
toInt toInt(): nullable Int virtual Toffee
func toInt(toInt ) -> Int?
Parameters:
- :
toString Cooper
method toString: String
String toString()
func toString() -> String
String toString()
Function toString() As String
uppercased virtual .NET, .NET Standard 2.0, Cooper, Island
method uppercased: not nullable SwiftString
SwiftString! uppercased()
func uppercased() -> SwiftString
SwiftString uppercased()
Function uppercased() As SwiftString
uppercased uppercased(): not nullable SwiftString virtual Toffee
func uppercased(uppercased ) -> SwiftString
Parameters:
- :
withUTF8Buffer<R> virtual .NET, .NET Standard 2.0, Cooper, Toffee
method withUTF8Buffer<R>(body: not nullable Func<not nullable array of not nullable UTF8Char, not nullable R>): not nullable R
R! withUTF8Buffer<R>(Func<not nullable array of not nullable UTF8Char, not nullable R>! body)
func withUTF8Buffer<R>(_ body: (UTF8Char...) -> R) -> R
R withUTF8Buffer<R>(Func2<array of UTF8Char, R> body)
Function withUTF8Buffer<R>(body As Func (Of UTF8Char(), R)) As R
Parameters:
- body: