Overview

Location

  • Reference:
    • Silver.dll  .NET, .NET Standard 2.0
    • silver.jar  Cooper
    • Silver.fx  Island
    • libSilver.fx  Toffee
  • Namespace: Swift
  • Ancestry:

constructor


constructor (not nullable Char)

constructor(c: not nullable Char)

Parameters:

  • c:

constructor (not nullable Object)

constructor(object: not nullable Object)
SwiftString(Object! object)
SwiftString(Object object)
Sub New(object As Object)

Parameters:

  • object:

constructor (not nullable NativeString)

constructor(s: not nullable NativeString)
SwiftString(NativeString! s)
SwiftString(NativeString s)
Sub New(s As NativeString)

Parameters:

  • s:

constructor(value: SwiftString)
SwiftString(SwiftString value)
init(_ value: SwiftString)
SwiftString(SwiftString value)
Sub New(value As SwiftString)

Parameters:

  • value:

constructor withReflecting(not nullable Object)

constructor withReflecting(subject: not nullable Object)
SwiftString withReflecting(Object! subject)
init(reflecting subject: Object)
SwiftString withReflecting(Object subject)
Sub New withReflecting(subject As Object)

Parameters:

  • subject:

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(repeating 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)

Parameters:

  • c:

append (not nullable Character)  virtual

method append(c: not nullable Character)
void append(Character! c)
func append(_ c: Character)
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:

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:

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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32, Toffee

property characters: not nullable CharacterView read;
CharacterView! characters { get; }
var characters: CharacterView { get{} }
CharacterView characters { __get; }
ReadOnly Property characters() As CharacterView

clone Cooper

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  override

method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString

endIndex  virtual

// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! endIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, Island-WebAssembly-wasm32, Island-Windows-i386
ReadOnly Property endIndex() As Int32

hashValue  virtual Cooper, Island, Toffee

property hashValue: not nullable Int read;
var hashValue: Int { 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;
var isEmpty: Bool { 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

method length: not nullable Int

lowercased  virtual

method lowercased: not nullable SwiftString
SwiftString! lowercased()
func lowercased() -> SwiftString
Function lowercased() As SwiftString

startIndex  virtual

// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! startIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, Island-WebAssembly-wasm32, Island-Windows-i386
ReadOnly Property startIndex() As Int32

toInt  virtual

method toInt: nullable Int

toString Cooper

func toString() -> String
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

method uppercased: not nullable SwiftString
SwiftString! uppercased()
func uppercased() -> SwiftString
Function uppercased() As SwiftString

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;
var utf8: UTF8View { 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! endIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, Island-WebAssembly-wasm32, Island-Windows-i386
ReadOnly Property endIndex() As Int32

hashValue  virtual Cooper, Island, Toffee

property hashValue: not nullable Int read;
var hashValue: Int { get{} }
ReadOnly Property hashValue() As Int

isEmpty  virtual

property isEmpty: not nullable Bool read;
var isEmpty: Bool { 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, Island-WebAssembly-wasm32, Island-Windows-i386
Int32! startIndex { get; }
// .NET, .NET Standard 2.0, Island-Android-arm64-v8a, Island-Android-x86_64, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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 Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu-arm64, 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-arm64_32, 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;
var utf8: UTF8View { 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


constructor (not nullable Char)

constructor(c: not nullable Char)

Parameters:

  • c:

constructor (not nullable Object)

constructor(object: not nullable Object)
SwiftString(Object! object)
SwiftString(Object object)
Sub New(object As Object)

Parameters:

  • object:

constructor (not nullable NativeString)

constructor(s: not nullable NativeString)
SwiftString(NativeString! s)
SwiftString(NativeString s)
Sub New(s As NativeString)

Parameters:

  • s:

constructor(value: SwiftString)
SwiftString(SwiftString value)
init(_ value: SwiftString)
SwiftString(SwiftString value)
Sub New(value As SwiftString)

Parameters:

  • value:

constructor withReflecting(not nullable Object)

constructor withReflecting(subject: not nullable Object)
SwiftString withReflecting(Object! subject)
init(reflecting subject: Object)
SwiftString withReflecting(Object subject)
Sub New withReflecting(subject As Object)

Parameters:

  • subject:

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(repeating 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)

Parameters:

  • c:

append (not nullable Character)  virtual

method append(c: not nullable Character)
void append(Character! c)
func append(_ c: Character)
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:

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:

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

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  override

method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString description()
Function description() As NativeString

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

method length: not nullable Int

lowercased  virtual

method lowercased: not nullable SwiftString
SwiftString! lowercased()
func lowercased() -> SwiftString
Function lowercased() As SwiftString

toInt  virtual

method toInt: nullable Int

toString Cooper

func toString() -> String
Function toString() As String

uppercased  virtual

method uppercased: not nullable SwiftString
SwiftString! uppercased()
func uppercased() -> SwiftString
Function uppercased() As SwiftString

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: