DelphiString
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
-
Ancestry:
- ValueType | DelphiString .NET
- ValueType | DelphiString Island
- ValueType | DelphiString .NET
constructor .NET, Cooper, Island
constructor
DelphiString()
init()
DelphiString()
Sub New()
constructor .() Toffee
init(. )
Parameters:
- :
constructor (array of Byte)
constructor(aBytes: array of Byte)
DelphiString(Byte[] aBytes)
init(_ aBytes: Byte...)
DelphiString(Byte[] aBytes)
Sub New(aBytes As Byte())
Parameters:
- aBytes:
Parameters:
- C:
- aCount:
constructor (DelphiString) Cooper
constructor(value: DelphiString)
DelphiString(DelphiString value)
init(_ value: DelphiString)
DelphiString(DelphiString value)
Sub New(value As DelphiString)
Parameters:
- value:
constructor (PlatformString)
constructor(Value: PlatformString)
DelphiString(PlatformString Value)
init(_ Value: PlatformString)
DelphiString(PlatformString Value)
Sub New(Value As PlatformString)
Parameters:
- Value:
constructor <clinit> External Cooper
class method constructor <clinit>(+)
static void constructor <clinit>(+ )
static func constructor <clinit>(_ +)
static void constructor <clinit>(+ )
Shared Sub constructor <clinit>( As +)
Parameters:
- :
Character virtual
Chars virtual
clone Cooper
method clone: Object
Object clone()
func clone() -> Object
Object clone()
Function clone() As Object
Compare (DelphiString, Int32, DelphiString, Int32, Int32): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, Boolean): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; IgnoreCase: Boolean): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, Boolean IgnoreCase)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ IgnoreCase: Boolean) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, Boolean IgnoreCase)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, IgnoreCase As Boolean) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- IgnoreCase:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, Boolean, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; IgnoreCase: Boolean; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, Boolean IgnoreCase, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ IgnoreCase: Boolean, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, Boolean IgnoreCase, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, IgnoreCase As Boolean, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- IgnoreCase:
- LocaleID:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- LocaleID:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, TCompareOptions): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; Options: TCompareOptions): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, TCompareOptions Options)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ Options: TCompareOptions) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, TCompareOptions Options)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, Options As TCompareOptions) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- Options:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, TCompareOptions, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; Options: TCompareOptions; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, TCompareOptions Options, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ Options: TCompareOptions, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, TCompareOptions Options, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, Options As TCompareOptions, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- Options:
- LocaleID:
Compare (DelphiString, DelphiString): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString) As Int32
Parameters:
- StrA:
- StrB:
Compare (DelphiString, DelphiString, Boolean): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; IgnoreCase: Boolean): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ IgnoreCase: Boolean) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, IgnoreCase As Boolean) As Int32
Parameters:
- StrA:
- StrB:
- IgnoreCase:
Compare (DelphiString, DelphiString, Boolean, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; IgnoreCase: Boolean; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ IgnoreCase: Boolean, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, IgnoreCase As Boolean, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- StrB:
- IgnoreCase:
- LocaleID:
Compare (DelphiString, DelphiString, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- StrB:
- LocaleID:
Compare (DelphiString, DelphiString, TCompareOptions): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; Options: TCompareOptions): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ Options: TCompareOptions) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, Options As TCompareOptions) As Int32
Parameters:
- StrA:
- StrB:
- Options:
Compare (DelphiString, DelphiString, TCompareOptions, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; Options: TCompareOptions; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ Options: TCompareOptions, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, Options As TCompareOptions, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- StrB:
- Options:
- LocaleID:
CompareOrdinal (DelphiString, Int32, DelphiString, Int32, Int32): Int32 virtual
class method CompareOrdinal(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; aLength: Int32): Int32
static Int32 CompareOrdinal(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 aLength)
static func CompareOrdinal(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ aLength: Int32) -> Int32
static Integer CompareOrdinal(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer aLength)
Shared Function CompareOrdinal(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, aLength As Int32) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- aLength:
CompareOrdinal (DelphiString, DelphiString): Int32 virtual
class method CompareOrdinal(StrA: DelphiString; StrB: DelphiString): Int32
static Int32 CompareOrdinal(DelphiString StrA, DelphiString StrB)
static func CompareOrdinal(_ StrA: DelphiString, _ StrB: DelphiString) -> Int32
static Integer CompareOrdinal(DelphiString StrA, DelphiString StrB)
Shared Function CompareOrdinal(StrA As DelphiString, StrB As DelphiString) As Int32
Parameters:
- StrA:
- StrB:
CompareText virtual
class method CompareText(StrA: DelphiString; StrB: DelphiString): Int32
static Int32 CompareText(DelphiString StrA, DelphiString StrB)
static func CompareText(_ StrA: DelphiString, _ StrB: DelphiString) -> Int32
static Integer CompareText(DelphiString StrA, DelphiString StrB)
Shared Function CompareText(StrA As DelphiString, StrB As DelphiString) As Int32
Parameters:
- StrA:
- StrB:
CompareTo virtual
method CompareTo(strB: DelphiString): Int32
Int32 CompareTo(DelphiString strB)
func CompareTo(_ strB: DelphiString) -> Int32
Integer CompareTo(DelphiString strB)
Function CompareTo(strB As DelphiString) As Int32
Parameters:
- strB:
Contains virtual
method Contains(Value: DelphiString): Boolean
Boolean Contains(DelphiString Value)
func Contains(_ Value: DelphiString) -> Boolean
Boolean Contains(DelphiString Value)
Function Contains(Value As DelphiString) As Boolean
Parameters:
- Value:
Copy virtual
class method Copy(Str: DelphiString): DelphiString
static DelphiString Copy(DelphiString Str)
static func Copy(_ Str: DelphiString) -> DelphiString
static DelphiString Copy(DelphiString Str)
Shared Function Copy(Str As DelphiString) As DelphiString
Parameters:
- Str:
CopyTo virtual
method CopyTo(SourceIndex: Int32; var destination: array of Char; DestinationIndex: Int32; aCount: Int32)
func CopyTo(_ SourceIndex: Int32, _ destination: Char..., _ DestinationIndex: Int32, _ aCount: Int32)
Parameters:
- SourceIndex:
- destination:
- DestinationIndex:
- aCount:
CountChar virtual
Parameters:
- C:
Create (array of Byte): DelphiString virtual
class method Create(aBytes: array of Byte): DelphiString
static DelphiString Create(Byte[] aBytes)
static func Create(_ aBytes: Byte...) -> DelphiString
static DelphiString Create(Byte[] aBytes)
Shared Function Create(aBytes As Byte()) As DelphiString
Parameters:
- aBytes:
Create (Char, Int32): DelphiString virtual
class method Create(C: Char; aCount: Int32): DelphiString
static DelphiString Create(Char C, Int32 aCount)
static func Create(_ C: Char, _ aCount: Int32) -> DelphiString
static DelphiString Create(Char C, Integer aCount)
Shared Function Create(C As Char, aCount As Int32) As DelphiString
Parameters:
- C:
- aCount:
Create (array of Char): DelphiString virtual
class method Create(Value: array of Char): DelphiString
static DelphiString Create(Char[] Value)
static func Create(_ Value: Char...) -> DelphiString
static DelphiString Create(Char[] Value)
Shared Function Create(Value As Char()) As DelphiString
Parameters:
- Value:
Create (array of Char, Int32, Int32): DelphiString virtual
class method Create(Value: array of Char; StartIndex: Int32; ALength: Int32): DelphiString
static DelphiString Create(Char[] Value, Int32 StartIndex, Int32 ALength)
static func Create(_ Value: Char..., _ StartIndex: Int32, _ ALength: Int32) -> DelphiString
static DelphiString Create(Char[] Value, Integer StartIndex, Integer ALength)
Shared Function Create(Value As Char(), StartIndex As Int32, ALength As Int32) As DelphiString
Parameters:
- Value:
- StartIndex:
- ALength:
DeQuotedString .NET, Cooper, Island
method DeQuotedString: DelphiString
DelphiString DeQuotedString()
func DeQuotedString() -> DelphiString
DelphiString DeQuotedString()
Function DeQuotedString() As DelphiString
DeQuotedString (Char): DelphiString virtual
method DeQuotedString(QuoteChar: Char): DelphiString
DelphiString DeQuotedString(Char QuoteChar)
func DeQuotedString(_ QuoteChar: Char) -> DelphiString
DelphiString DeQuotedString(Char QuoteChar)
Function DeQuotedString(QuoteChar As Char) As DelphiString
Parameters:
- QuoteChar:
DeQuotedString DeQuotedString(): DelphiString virtual Toffee
func DeQuotedString(DeQuotedString ) -> DelphiString
Parameters:
- :
description override Toffee
func description(description ) -> NSString
Parameters:
- :
Empty
class var Empty: DelphiString;
static DelphiString Empty
static var Empty: DelphiString
static DelphiString Empty
Shared FIELD Empty() As DelphiString
EndsText virtual
class method EndsText(aSubText: DelphiString; aText: DelphiString): Boolean
static Boolean EndsText(DelphiString aSubText, DelphiString aText)
static func EndsText(_ aSubText: DelphiString, _ aText: DelphiString) -> Boolean
static Boolean EndsText(DelphiString aSubText, DelphiString aText)
Shared Function EndsText(aSubText As DelphiString, aText As DelphiString) As Boolean
Parameters:
- aSubText:
- aText:
EndsWith (DelphiString): Boolean
method EndsWith(Value: DelphiString): Boolean
Boolean EndsWith(DelphiString Value)
func EndsWith(_ Value: DelphiString) -> Boolean
Boolean EndsWith(DelphiString Value)
Function EndsWith(Value As DelphiString) As Boolean
Parameters:
- Value:
EndsWith (DelphiString, Boolean): Boolean virtual
method EndsWith(Value: DelphiString; IgnoreCase: Boolean): Boolean
Boolean EndsWith(DelphiString Value, Boolean IgnoreCase)
func EndsWith(_ Value: DelphiString, _ IgnoreCase: Boolean) -> Boolean
Boolean EndsWith(DelphiString Value, Boolean IgnoreCase)
Function EndsWith(Value As DelphiString, IgnoreCase As Boolean) As Boolean
Parameters:
- Value:
- IgnoreCase:
equals Cooper
Parameters:
- Obj:
Equals (DelphiString): Boolean virtual
method Equals(Value: DelphiString): Boolean
Boolean Equals(DelphiString Value)
func Equals(_ Value: DelphiString) -> Boolean
Boolean Equals(DelphiString Value)
Function Equals(Value As DelphiString) As Boolean
Parameters:
- Value:
Equals (DelphiString, DelphiString): Boolean virtual
class method Equals(Value1: DelphiString; Value2: DelphiString): Boolean
static Boolean Equals(DelphiString Value1, DelphiString Value2)
static func Equals(_ Value1: DelphiString, _ Value2: DelphiString) -> Boolean
static Boolean Equals(DelphiString Value1, DelphiString Value2)
Shared Function Equals(Value1 As DelphiString, Value2 As DelphiString) As Boolean
Parameters:
- Value1:
- Value2:
GetEnumerator .NET
method GetEnumerator: IEnumerator<Char>
IEnumerator<Char> GetEnumerator()
func GetEnumerator() -> IEnumerator<Char>
IEnumerator<Char> GetEnumerator()
Function GetEnumerator() As IEnumerator<Char>
GetHashCode override virtual .NET, Island
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Function GetHashCode() As Int32
hash Toffee
func hash(hash ) -> NSUInteger
Parameters:
- :
hashCode Cooper
method hashCode: Integer
Integer hashCode()
func hashCode() -> Integer
Integer hashCode()
Function hashCode() As Integer
Parameters:
- Value:
Parameters:
- Value:
- StartIndex:
Parameters:
- Value:
- StartIndex:
- aCount:
IndexOf (DelphiString): Int32 virtual
method IndexOf(Value: DelphiString): Int32
Int32 IndexOf(DelphiString Value)
func IndexOf(_ Value: DelphiString) -> Int32
Integer IndexOf(DelphiString Value)
Function IndexOf(Value As DelphiString) As Int32
Parameters:
- Value:
IndexOf (DelphiString, Int32): Int32 virtual
method IndexOf(Value: DelphiString; StartIndex: Int32): Int32
Int32 IndexOf(DelphiString Value, Int32 StartIndex)
func IndexOf(_ Value: DelphiString, _ StartIndex: Int32) -> Int32
Integer IndexOf(DelphiString Value, Integer StartIndex)
Function IndexOf(Value As DelphiString, StartIndex As Int32) As Int32
Parameters:
- Value:
- StartIndex:
IndexOf (DelphiString, Int32, Int32): Int32 virtual
method IndexOf(Value: DelphiString; StartIndex: Int32; aCount: Int32): Int32
Int32 IndexOf(DelphiString Value, Int32 StartIndex, Int32 aCount)
func IndexOf(_ Value: DelphiString, _ StartIndex: Int32, _ aCount: Int32) -> Int32
Integer IndexOf(DelphiString Value, Integer StartIndex, Integer aCount)
Function IndexOf(Value As DelphiString, StartIndex As Int32, aCount As Int32) As Int32
Parameters:
- Value:
- StartIndex:
- aCount:
Parameters:
- AnyOf:
Parameters:
- AnyOf:
- StartIndex:
Parameters:
- AnyOf:
- StartIndex:
- aCount:
Insert virtual
method Insert(StartIndex: Int32; Value: DelphiString): DelphiString
DelphiString Insert(Int32 StartIndex, DelphiString Value)
func Insert(_ StartIndex: Int32, _ Value: DelphiString) -> DelphiString
DelphiString Insert(Integer StartIndex, DelphiString Value)
Function Insert(StartIndex As Int32, Value As DelphiString) As DelphiString
Parameters:
- StartIndex:
- Value:
IsDelimiter virtual
method IsDelimiter(Delimiters: DelphiString; aIndex: Int32): Boolean
Boolean IsDelimiter(DelphiString Delimiters, Int32 aIndex)
func IsDelimiter(_ Delimiters: DelphiString, _ aIndex: Int32) -> Boolean
Boolean IsDelimiter(DelphiString Delimiters, Integer aIndex)
Function IsDelimiter(Delimiters As DelphiString, aIndex As Int32) As Boolean
Parameters:
- Delimiters:
- aIndex:
IsEmpty .NET, Cooper, Island
method IsEmpty: Boolean
Boolean IsEmpty()
func IsEmpty() -> Boolean
Boolean IsEmpty()
Function IsEmpty() As Boolean
IsEmpty IsEmpty(): Boolean virtual Toffee
func IsEmpty(IsEmpty ) -> Boolean
Parameters:
- :
isEqual Toffee
Parameters:
- Obj:
IsNullOrEmpty virtual
class method IsNullOrEmpty(Value: DelphiString): Boolean
static Boolean IsNullOrEmpty(DelphiString Value)
static func IsNullOrEmpty(_ Value: DelphiString) -> Boolean
static Boolean IsNullOrEmpty(DelphiString Value)
Shared Function IsNullOrEmpty(Value As DelphiString) As Boolean
Parameters:
- Value:
IsNullOrWhiteSpace virtual
class method IsNullOrWhiteSpace(Value: DelphiString): Boolean
static Boolean IsNullOrWhiteSpace(DelphiString Value)
static func IsNullOrWhiteSpace(_ Value: DelphiString) -> Boolean
static Boolean IsNullOrWhiteSpace(DelphiString Value)
Shared Function IsNullOrWhiteSpace(Value As DelphiString) As Boolean
Parameters:
- Value:
Join (DelphiString, array of DelphiString): DelphiString virtual
class method Join(Separator: DelphiString; Values: array of DelphiString): DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values)
static func Join(_ Separator: DelphiString, _ Values: DelphiString...) -> DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values)
Shared Function Join(Separator As DelphiString, Values As DelphiString()) As DelphiString
Parameters:
- Separator:
- Values:
Join (DelphiString, array of DelphiString, Int32, Int32): DelphiString virtual
class method Join(Separator: DelphiString; Values: array of DelphiString; StartIndex: Int32; aCount: Int32): DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values, Int32 StartIndex, Int32 aCount)
static func Join(_ Separator: DelphiString, _ Values: DelphiString..., _ StartIndex: Int32, _ aCount: Int32) -> DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values, Integer StartIndex, Integer aCount)
Shared Function Join(Separator As DelphiString, Values As DelphiString(), StartIndex As Int32, aCount As Int32) As DelphiString
Parameters:
- Separator:
- Values:
- StartIndex:
- aCount:
Join (DelphiString, IEnumerable<DelphiString>): DelphiString virtual
class method Join(Separator: DelphiString; Values: IEnumerable<DelphiString>): DelphiString
static DelphiString Join(DelphiString Separator, IEnumerable<DelphiString> Values)
static func Join(_ Separator: DelphiString, _ Values: INSFastEnumeration<nullable DelphiString>) -> DelphiString
static DelphiString Join(DelphiString Separator, Iterable<DelphiString> Values)
Shared Function Join(Separator As DelphiString, Values As IEnumerable<DelphiString>) As DelphiString
Parameters:
- Separator:
- Values:
LastDelimiter virtual
method LastDelimiter(Delims: DelphiString): Int32
Int32 LastDelimiter(DelphiString Delims)
func LastDelimiter(_ Delims: DelphiString) -> Int32
Integer LastDelimiter(DelphiString Delims)
Function LastDelimiter(Delims As DelphiString) As Int32
Parameters:
- Delims:
Parameters:
- Value:
Parameters:
- Value:
- StartIndex:
Parameters:
- Value:
- StartIndex:
- aCount:
LastIndexOf (DelphiString): Int32 virtual
method LastIndexOf(Value: DelphiString): Int32
Int32 LastIndexOf(DelphiString Value)
func LastIndexOf(_ Value: DelphiString) -> Int32
Integer LastIndexOf(DelphiString Value)
Function LastIndexOf(Value As DelphiString) As Int32
Parameters:
- Value:
LastIndexOf (DelphiString, Int32): Int32 virtual
method LastIndexOf(Value: DelphiString; StartIndex: Int32): Int32
Int32 LastIndexOf(DelphiString Value, Int32 StartIndex)
func LastIndexOf(_ Value: DelphiString, _ StartIndex: Int32) -> Int32
Integer LastIndexOf(DelphiString Value, Integer StartIndex)
Function LastIndexOf(Value As DelphiString, StartIndex As Int32) As Int32
Parameters:
- Value:
- StartIndex:
LastIndexOf (DelphiString, Int32, Int32): Int32 virtual
method LastIndexOf(Value: DelphiString; StartIndex: Int32; aCount: Int32): Int32
Int32 LastIndexOf(DelphiString Value, Int32 StartIndex, Int32 aCount)
func LastIndexOf(_ Value: DelphiString, _ StartIndex: Int32, _ aCount: Int32) -> Int32
Integer LastIndexOf(DelphiString Value, Integer StartIndex, Integer aCount)
Function LastIndexOf(Value As DelphiString, StartIndex As Int32, aCount As Int32) As Int32
Parameters:
- Value:
- StartIndex:
- aCount:
Parameters:
- AnyOf:
Parameters:
- AnyOf:
- StartIndex:
Parameters:
- AnyOf:
- StartIndex:
- aCount:
Length virtual
property Length: Int32 read;
Int32 Length { get; }
var Length: Int32 { get{} }
Integer Length { __get; }
ReadOnly Property Length() As Int32
LowerCase (DelphiString): DelphiString virtual
class method LowerCase(S: DelphiString): DelphiString
static DelphiString LowerCase(DelphiString S)
static func LowerCase(_ S: DelphiString) -> DelphiString
static DelphiString LowerCase(DelphiString S)
Shared Function LowerCase(S As DelphiString) As DelphiString
Parameters:
- S:
LowerCase (DelphiString, TLocaleOptions): DelphiString virtual
class method LowerCase(S: DelphiString; LocaleOptions: TLocaleOptions): DelphiString
static DelphiString LowerCase(DelphiString S, TLocaleOptions LocaleOptions)
static func LowerCase(_ S: DelphiString, _ LocaleOptions: TLocaleOptions) -> DelphiString
static DelphiString LowerCase(DelphiString S, TLocaleOptions LocaleOptions)
Shared Function LowerCase(S As DelphiString, LocaleOptions As TLocaleOptions) As DelphiString
Parameters:
- S:
- LocaleOptions:
Offset virtual
class property Offset: Int32 read write;
class Int32 Offset { get; set; }
static var Offset: Int32 { get{} set{} }
class Integer Offset { __get; __set; }
Shared Property Offset() As Int32
PadLeft (Int32): DelphiString virtual
method PadLeft(TotalWidth: Int32): DelphiString
DelphiString PadLeft(Int32 TotalWidth)
func PadLeft(_ TotalWidth: Int32) -> DelphiString
DelphiString PadLeft(Integer TotalWidth)
Function PadLeft(TotalWidth As Int32) As DelphiString
Parameters:
- TotalWidth:
PadLeft (Int32, Char): DelphiString virtual
method PadLeft(TotalWidth: Int32; PaddingChar: Char): DelphiString
DelphiString PadLeft(Int32 TotalWidth, Char PaddingChar)
func PadLeft(_ TotalWidth: Int32, _ PaddingChar: Char) -> DelphiString
DelphiString PadLeft(Integer TotalWidth, Char PaddingChar)
Function PadLeft(TotalWidth As Int32, PaddingChar As Char) As DelphiString
Parameters:
- TotalWidth:
- PaddingChar:
PadRight (Int32): DelphiString virtual
method PadRight(TotalWidth: Int32): DelphiString
DelphiString PadRight(Int32 TotalWidth)
func PadRight(_ TotalWidth: Int32) -> DelphiString
DelphiString PadRight(Integer TotalWidth)
Function PadRight(TotalWidth As Int32) As DelphiString
Parameters:
- TotalWidth:
PadRight (Int32, Char): DelphiString virtual
method PadRight(TotalWidth: Int32; PaddingChar: Char): DelphiString
DelphiString PadRight(Int32 TotalWidth, Char PaddingChar)
func PadRight(_ TotalWidth: Int32, _ PaddingChar: Char) -> DelphiString
DelphiString PadRight(Integer TotalWidth, Char PaddingChar)
Function PadRight(TotalWidth As Int32, PaddingChar As Char) As DelphiString
Parameters:
- TotalWidth:
- PaddingChar:
Parse (Boolean): DelphiString virtual
class method Parse(Value: Boolean): DelphiString
static DelphiString Parse(Boolean Value)
static func Parse(_ Value: Boolean) -> DelphiString
static DelphiString Parse(Boolean Value)
Shared Function Parse(Value As Boolean) As DelphiString
Parameters:
- Value:
Parse (Double): DelphiString virtual
class method Parse(Value: Double): DelphiString
static DelphiString Parse(Double Value)
static func Parse(_ Value: Double) -> DelphiString
static DelphiString Parse(Double Value)
Shared Function Parse(Value As Double) As DelphiString
Parameters:
- Value:
Parse (Int32): DelphiString virtual
class method Parse(Value: Int32): DelphiString
static DelphiString Parse(Int32 Value)
static func Parse(_ Value: Int32) -> DelphiString
static DelphiString Parse(Integer Value)
Shared Function Parse(Value As Int32) As DelphiString
Parameters:
- Value:
Parse (Int64): DelphiString virtual
class method Parse(Value: Int64): DelphiString
static DelphiString Parse(Int64 Value)
static func Parse(_ Value: Int64) -> DelphiString
static DelphiString Parse(Int64 Value)
Shared Function Parse(Value As Int64) As DelphiString
Parameters:
- Value:
QuotedString .NET, Cooper, Island
method QuotedString: DelphiString
DelphiString QuotedString()
func QuotedString() -> DelphiString
DelphiString QuotedString()
Function QuotedString() As DelphiString
QuotedString (Char): DelphiString virtual
method QuotedString(QuoteChar: Char): DelphiString
DelphiString QuotedString(Char QuoteChar)
func QuotedString(_ QuoteChar: Char) -> DelphiString
DelphiString QuotedString(Char QuoteChar)
Function QuotedString(QuoteChar As Char) As DelphiString
Parameters:
- QuoteChar:
QuotedString QuotedString(): DelphiString virtual Toffee
func QuotedString(QuotedString ) -> DelphiString
Parameters:
- :
Remove (Int32): DelphiString
method Remove(StartIndex: Int32): DelphiString
DelphiString Remove(Int32 StartIndex)
func Remove(_ StartIndex: Int32) -> DelphiString
DelphiString Remove(Integer StartIndex)
Function Remove(StartIndex As Int32) As DelphiString
Parameters:
- StartIndex:
Remove (Int32, Int32): DelphiString virtual
method Remove(StartIndex: Int32; aCount: Int32): DelphiString
DelphiString Remove(Int32 StartIndex, Int32 aCount)
func Remove(_ StartIndex: Int32, _ aCount: Int32) -> DelphiString
DelphiString Remove(Integer StartIndex, Integer aCount)
Function Remove(StartIndex As Int32, aCount As Int32) As DelphiString
Parameters:
- StartIndex:
- aCount:
Replace (Char, Char): DelphiString virtual
method Replace(OldChar: Char; NewChar: Char): DelphiString
DelphiString Replace(Char OldChar, Char NewChar)
func Replace(_ OldChar: Char, _ NewChar: Char) -> DelphiString
DelphiString Replace(Char OldChar, Char NewChar)
Function Replace(OldChar As Char, NewChar As Char) As DelphiString
Parameters:
- OldChar:
- NewChar:
Replace (Char, Char, TReplaceFlags): DelphiString
method Replace(OldChar: Char; NewChar: Char; ReplaceFlags: TReplaceFlags): DelphiString
DelphiString Replace(Char OldChar, Char NewChar, TReplaceFlags ReplaceFlags)
func Replace(_ OldChar: Char, _ NewChar: Char, _ ReplaceFlags: TReplaceFlags) -> DelphiString
DelphiString Replace(Char OldChar, Char NewChar, TReplaceFlags ReplaceFlags)
Function Replace(OldChar As Char, NewChar As Char, ReplaceFlags As TReplaceFlags) As DelphiString
Parameters:
- OldChar:
- NewChar:
- ReplaceFlags:
Replace (DelphiString, DelphiString): DelphiString virtual
method Replace(OldValue: DelphiString; NewValue: DelphiString): DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue)
func Replace(_ OldValue: DelphiString, _ NewValue: DelphiString) -> DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue)
Function Replace(OldValue As DelphiString, NewValue As DelphiString) As DelphiString
Parameters:
- OldValue:
- NewValue:
Replace (DelphiString, DelphiString, TReplaceFlags): DelphiString virtual
method Replace(OldValue: DelphiString; NewValue: DelphiString; ReplaceFlags: TReplaceFlags): DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue, TReplaceFlags ReplaceFlags)
func Replace(_ OldValue: DelphiString, _ NewValue: DelphiString, _ ReplaceFlags: TReplaceFlags) -> DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue, TReplaceFlags ReplaceFlags)
Function Replace(OldValue As DelphiString, NewValue As DelphiString, ReplaceFlags As TReplaceFlags) As DelphiString
Parameters:
- OldValue:
- NewValue:
- ReplaceFlags:
Split (array of Char): array of DelphiString
method Split(Separator: array of Char): array of DelphiString
DelphiString[] Split(Char[] Separator)
func Split(_ Separator: Char...) -> DelphiString...
DelphiString[] Split(Char[] Separator)
Function Split(Separator As Char()) As DelphiString()
Parameters:
- Separator:
Split (array of Char, Int32): array of DelphiString
method Split(Separator: array of Char; aCount: Int32): array of DelphiString
DelphiString[] Split(Char[] Separator, Int32 aCount)
func Split(_ Separator: Char..., _ aCount: Int32) -> DelphiString...
DelphiString[] Split(Char[] Separator, Integer aCount)
Function Split(Separator As Char(), aCount As Int32) As DelphiString()
Parameters:
- Separator:
- aCount:
Split (array of Char, Int32, TStringSplitOptions): array of DelphiString virtual
method Split(Separator: array of Char; aCount: Int32; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(Char[] Separator, Int32 aCount, TStringSplitOptions Options)
func Split(_ Separator: Char..., _ aCount: Int32, _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(Char[] Separator, Integer aCount, TStringSplitOptions Options)
Function Split(Separator As Char(), aCount As Int32, Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- aCount:
- Options:
Split (array of Char, TStringSplitOptions): array of DelphiString
method Split(Separator: array of Char; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(Char[] Separator, TStringSplitOptions Options)
func Split(_ Separator: Char..., _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(Char[] Separator, TStringSplitOptions Options)
Function Split(Separator As Char(), Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- Options:
Split (array of DelphiString): array of DelphiString
method Split(Separator: array of DelphiString): array of DelphiString
DelphiString[] Split(DelphiString[] Separator)
func Split(_ Separator: DelphiString...) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator)
Function Split(Separator As DelphiString()) As DelphiString()
Parameters:
- Separator:
Split (array of DelphiString, Int32): array of DelphiString virtual
method Split(Separator: array of DelphiString; aCount: Int32): array of DelphiString
DelphiString[] Split(DelphiString[] Separator, Int32 aCount)
func Split(_ Separator: DelphiString..., _ aCount: Int32) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator, Integer aCount)
Function Split(Separator As DelphiString(), aCount As Int32) As DelphiString()
Parameters:
- Separator:
- aCount:
Split (array of DelphiString, Int32, TStringSplitOptions): array of DelphiString virtual
method Split(Separator: array of DelphiString; aCount: Int32; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(DelphiString[] Separator, Int32 aCount, TStringSplitOptions Options)
func Split(_ Separator: DelphiString..., _ aCount: Int32, _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator, Integer aCount, TStringSplitOptions Options)
Function Split(Separator As DelphiString(), aCount As Int32, Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- aCount:
- Options:
Split (array of DelphiString, TStringSplitOptions): array of DelphiString virtual
method Split(Separator: array of DelphiString; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(DelphiString[] Separator, TStringSplitOptions Options)
func Split(_ Separator: DelphiString..., _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator, TStringSplitOptions Options)
Function Split(Separator As DelphiString(), Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- Options:
StartsWith (DelphiString): Boolean virtual
method StartsWith(Value: DelphiString): Boolean
Boolean StartsWith(DelphiString Value)
func StartsWith(_ Value: DelphiString) -> Boolean
Boolean StartsWith(DelphiString Value)
Function StartsWith(Value As DelphiString) As Boolean
Parameters:
- Value:
StartsWith (DelphiString, Boolean): Boolean virtual
method StartsWith(Value: DelphiString; IgnoreCase: Boolean): Boolean
Boolean StartsWith(DelphiString Value, Boolean IgnoreCase)
func StartsWith(_ Value: DelphiString, _ IgnoreCase: Boolean) -> Boolean
Boolean StartsWith(DelphiString Value, Boolean IgnoreCase)
Function StartsWith(Value As DelphiString, IgnoreCase As Boolean) As Boolean
Parameters:
- Value:
- IgnoreCase:
SubString (Int32): DelphiString virtual
method SubString(StartIndex: Int32): DelphiString
DelphiString SubString(Int32 StartIndex)
func SubString(_ StartIndex: Int32) -> DelphiString
DelphiString SubString(Integer StartIndex)
Function SubString(StartIndex As Int32) As DelphiString
Parameters:
- StartIndex:
SubString (Int32, Int32): DelphiString virtual
method SubString(StartIndex: Int32; aLength: Int32): DelphiString
DelphiString SubString(Int32 StartIndex, Int32 aLength)
func SubString(_ StartIndex: Int32, _ aLength: Int32) -> DelphiString
DelphiString SubString(Integer StartIndex, Integer aLength)
Function SubString(StartIndex As Int32, aLength As Int32) As DelphiString
Parameters:
- StartIndex:
- aLength:
ToBoolean .NET, Cooper, Island
method ToBoolean: Boolean
Boolean ToBoolean()
func ToBoolean() -> Boolean
Boolean ToBoolean()
Function ToBoolean() As Boolean
ToBoolean ToBoolean(): Boolean virtual Toffee
func ToBoolean(ToBoolean ) -> Boolean
Parameters:
- :
ToBoolean (DelphiString): Boolean virtual
class method ToBoolean(S: DelphiString): Boolean
static Boolean ToBoolean(DelphiString S)
static func ToBoolean(_ S: DelphiString) -> Boolean
static Boolean ToBoolean(DelphiString S)
Shared Function ToBoolean(S As DelphiString) As Boolean
Parameters:
- S:
ToByteArray .NET, Cooper, Island
method ToByteArray: array of Byte
Byte[] ToByteArray()
func ToByteArray() -> Byte...
Byte[] ToByteArray()
Function ToByteArray() As Byte()
Parameters:
- StartIndex:
- aLength:
ToByteArray ToByteArray(): array of Byte virtual Toffee
func ToByteArray(ToByteArray ) -> Byte...
Parameters:
- :
ToCharArray .NET, Cooper, Island
method ToCharArray: array of Char
Char[] ToCharArray()
func ToCharArray() -> Char...
Char[] ToCharArray()
Function ToCharArray() As Char()
Parameters:
- StartIndex:
- aLength:
ToCharArray ToCharArray(): array of Char virtual Toffee
func ToCharArray(ToCharArray ) -> Char...
Parameters:
- :
ToDouble .NET, Cooper, Island
method ToDouble: Double
Double ToDouble()
func ToDouble() -> Double
Double ToDouble()
Function ToDouble() As Double
ToDouble ToDouble(): Double virtual Toffee
func ToDouble(ToDouble ) -> Double
Parameters:
- :
ToDouble (DelphiString): Double virtual
class method ToDouble(S: DelphiString): Double
static Double ToDouble(DelphiString S)
static func ToDouble(_ S: DelphiString) -> Double
static Double ToDouble(DelphiString S)
Shared Function ToDouble(S As DelphiString) As Double
Parameters:
- S:
ToExtended .NET, Cooper, Island
method ToExtended: Double
Double ToExtended()
func ToExtended() -> Double
Double ToExtended()
Function ToExtended() As Double
ToExtended ToExtended(): Double virtual Toffee
func ToExtended(ToExtended ) -> Double
Parameters:
- :
ToExtended (DelphiString): Double virtual
class method ToExtended(S: DelphiString): Double
static Double ToExtended(DelphiString S)
static func ToExtended(_ S: DelphiString) -> Double
static Double ToExtended(DelphiString S)
Shared Function ToExtended(S As DelphiString) As Double
Parameters:
- S:
ToInt64 .NET, Cooper, Island
method ToInt64: Int64
Int64 ToInt64()
func ToInt64() -> Int64
Int64 ToInt64()
Function ToInt64() As Int64
ToInt64 ToInt64(): Int64 virtual Toffee
func ToInt64(ToInt64 ) -> Int64
Parameters:
- :
ToInt64 (DelphiString): Int64 virtual
class method ToInt64(S: DelphiString): Int64
static Int64 ToInt64(DelphiString S)
static func ToInt64(_ S: DelphiString) -> Int64
static Int64 ToInt64(DelphiString S)
Shared Function ToInt64(S As DelphiString) As Int64
Parameters:
- S:
ToInteger .NET, Cooper, Island
method ToInteger: Int32
Int32 ToInteger()
func ToInteger() -> Int32
Integer ToInteger()
Function ToInteger() As Int32
ToInteger ToInteger(): Int32 virtual Toffee
func ToInteger(ToInteger ) -> Int32
Parameters:
- :
ToInteger (DelphiString): Int32 virtual
class method ToInteger(S: DelphiString): Int32
static Int32 ToInteger(DelphiString S)
static func ToInteger(_ S: DelphiString) -> Int32
static Integer ToInteger(DelphiString S)
Shared Function ToInteger(S As DelphiString) As Int32
Parameters:
- S:
ToLower .NET, Cooper, Island
method ToLower: DelphiString
DelphiString ToLower()
func ToLower() -> DelphiString
DelphiString ToLower()
Function ToLower() As DelphiString
ToLower (TLocaleID): DelphiString virtual
method ToLower(LocaleID: TLocaleID): DelphiString
DelphiString ToLower(TLocaleID LocaleID)
func ToLower(_ LocaleID: TLocaleID) -> DelphiString
DelphiString ToLower(TLocaleID LocaleID)
Function ToLower(LocaleID As TLocaleID) As DelphiString
Parameters:
- LocaleID:
ToLower ToLower(): DelphiString virtual Toffee
func ToLower(ToLower ) -> DelphiString
Parameters:
- :
ToLowerInvariant .NET, Cooper, Island
method ToLowerInvariant: DelphiString
DelphiString ToLowerInvariant()
func ToLowerInvariant() -> DelphiString
DelphiString ToLowerInvariant()
Function ToLowerInvariant() As DelphiString
ToLowerInvariant ToLowerInvariant(): DelphiString virtual Toffee
func ToLowerInvariant(ToLowerInvariant ) -> DelphiString
Parameters:
- :
ToSingle .NET, Cooper, Island
method ToSingle: Double
Double ToSingle()
func ToSingle() -> Double
Double ToSingle()
Function ToSingle() As Double
ToSingle ToSingle(): Double virtual Toffee
func ToSingle(ToSingle ) -> Double
Parameters:
- :
ToSingle (DelphiString): Double virtual
class method ToSingle(S: DelphiString): Double
static Double ToSingle(DelphiString S)
static func ToSingle(_ S: DelphiString) -> Double
static Double ToSingle(DelphiString S)
Shared Function ToSingle(S As DelphiString) As Double
Parameters:
- S:
toString Cooper
method toString: PlatformString
PlatformString toString()
func toString() -> PlatformString
PlatformString toString()
Function toString() As PlatformString
ToString virtual Toffee
func ToString(ToString ) -> PlatformString
Parameters:
- :
ToUpper .NET, Cooper, Island
method ToUpper: DelphiString
DelphiString ToUpper()
func ToUpper() -> DelphiString
DelphiString ToUpper()
Function ToUpper() As DelphiString
ToUpper (TLocaleID): DelphiString virtual
method ToUpper(LocaleID: TLocaleID): DelphiString
DelphiString ToUpper(TLocaleID LocaleID)
func ToUpper(_ LocaleID: TLocaleID) -> DelphiString
DelphiString ToUpper(TLocaleID LocaleID)
Function ToUpper(LocaleID As TLocaleID) As DelphiString
Parameters:
- LocaleID:
ToUpper ToUpper(): DelphiString virtual Toffee
func ToUpper(ToUpper ) -> DelphiString
Parameters:
- :
ToUpperInvariant .NET, Cooper, Island
method ToUpperInvariant: DelphiString
DelphiString ToUpperInvariant()
func ToUpperInvariant() -> DelphiString
DelphiString ToUpperInvariant()
Function ToUpperInvariant() As DelphiString
ToUpperInvariant ToUpperInvariant(): DelphiString virtual Toffee
func ToUpperInvariant(ToUpperInvariant ) -> DelphiString
Parameters:
- :
Trim .NET, Cooper, Island
method Trim: DelphiString
DelphiString Trim()
func Trim() -> DelphiString
DelphiString Trim()
Function Trim() As DelphiString
Trim (array of Char): DelphiString virtual
method Trim(TrimChars: array of Char): DelphiString
DelphiString Trim(Char[] TrimChars)
func Trim(_ TrimChars: Char...) -> DelphiString
DelphiString Trim(Char[] TrimChars)
Function Trim(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
Trim Trim(): DelphiString virtual Toffee
func Trim(Trim ) -> DelphiString
Parameters:
- :
TrimEnd virtual
method TrimEnd(TrimChars: array of Char): DelphiString
DelphiString TrimEnd(Char[] TrimChars)
func TrimEnd(_ TrimChars: Char...) -> DelphiString
DelphiString TrimEnd(Char[] TrimChars)
Function TrimEnd(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
TrimLeft .NET, Cooper, Island
method TrimLeft: DelphiString
DelphiString TrimLeft()
func TrimLeft() -> DelphiString
DelphiString TrimLeft()
Function TrimLeft() As DelphiString
TrimLeft (array of Char): DelphiString virtual
method TrimLeft(TrimChars: array of Char): DelphiString
DelphiString TrimLeft(Char[] TrimChars)
func TrimLeft(_ TrimChars: Char...) -> DelphiString
DelphiString TrimLeft(Char[] TrimChars)
Function TrimLeft(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
TrimLeft TrimLeft(): DelphiString virtual Toffee
func TrimLeft(TrimLeft ) -> DelphiString
Parameters:
- :
TrimRight .NET, Cooper, Island
method TrimRight: DelphiString
DelphiString TrimRight()
func TrimRight() -> DelphiString
DelphiString TrimRight()
Function TrimRight() As DelphiString
TrimRight (array of Char): DelphiString virtual
method TrimRight(TrimChars: array of Char): DelphiString
DelphiString TrimRight(Char[] TrimChars)
func TrimRight(_ TrimChars: Char...) -> DelphiString
DelphiString TrimRight(Char[] TrimChars)
Function TrimRight(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
TrimRight TrimRight(): DelphiString virtual Toffee
func TrimRight(TrimRight ) -> DelphiString
Parameters:
- :
TrimStart virtual
method TrimStart(TrimChars: array of Char): DelphiString
DelphiString TrimStart(Char[] TrimChars)
func TrimStart(_ TrimChars: Char...) -> DelphiString
DelphiString TrimStart(Char[] TrimChars)
Function TrimStart(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
UpperCase (DelphiString): DelphiString virtual
class method UpperCase(S: DelphiString): DelphiString
static DelphiString UpperCase(DelphiString S)
static func UpperCase(_ S: DelphiString) -> DelphiString
static DelphiString UpperCase(DelphiString S)
Shared Function UpperCase(S As DelphiString) As DelphiString
Parameters:
- S:
UpperCase (DelphiString, TLocaleOptions): DelphiString virtual
class method UpperCase(S: DelphiString; LocaleOptions: TLocaleOptions): DelphiString
static DelphiString UpperCase(DelphiString S, TLocaleOptions LocaleOptions)
static func UpperCase(_ S: DelphiString, _ LocaleOptions: TLocaleOptions) -> DelphiString
static DelphiString UpperCase(DelphiString S, TLocaleOptions LocaleOptions)
Shared Function UpperCase(S As DelphiString, LocaleOptions As TLocaleOptions) As DelphiString
Parameters:
- S:
- LocaleOptions:
Empty
class var Empty: DelphiString;
static DelphiString Empty
static var Empty: DelphiString
static DelphiString Empty
Shared FIELD Empty() As DelphiString
Character virtual
Chars virtual
Length virtual
property Length: Int32 read;
Int32 Length { get; }
var Length: Int32 { get{} }
Integer Length { __get; }
ReadOnly Property Length() As Int32
Offset virtual
constructor <clinit> External Cooper
class method constructor <clinit>(+)
static void constructor <clinit>(+ )
static func constructor <clinit>(_ +)
static void constructor <clinit>(+ )
Shared Sub constructor <clinit>( As +)
Parameters:
- :
Compare (DelphiString, Int32, DelphiString, Int32, Int32): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, Boolean): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; IgnoreCase: Boolean): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, Boolean IgnoreCase)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ IgnoreCase: Boolean) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, Boolean IgnoreCase)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, IgnoreCase As Boolean) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- IgnoreCase:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, Boolean, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; IgnoreCase: Boolean; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, Boolean IgnoreCase, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ IgnoreCase: Boolean, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, Boolean IgnoreCase, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, IgnoreCase As Boolean, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- IgnoreCase:
- LocaleID:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- LocaleID:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, TCompareOptions): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; Options: TCompareOptions): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, TCompareOptions Options)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ Options: TCompareOptions) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, TCompareOptions Options)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, Options As TCompareOptions) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- Options:
Compare (DelphiString, Int32, DelphiString, Int32, Int32, TCompareOptions, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; ALength: Int32; Options: TCompareOptions; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 ALength, TCompareOptions Options, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ ALength: Int32, _ Options: TCompareOptions, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer ALength, TCompareOptions Options, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, ALength As Int32, Options As TCompareOptions, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- ALength:
- Options:
- LocaleID:
Compare (DelphiString, DelphiString): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString) As Int32
Parameters:
- StrA:
- StrB:
Compare (DelphiString, DelphiString, Boolean): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; IgnoreCase: Boolean): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ IgnoreCase: Boolean) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, IgnoreCase As Boolean) As Int32
Parameters:
- StrA:
- StrB:
- IgnoreCase:
Compare (DelphiString, DelphiString, Boolean, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; IgnoreCase: Boolean; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ IgnoreCase: Boolean, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, Boolean IgnoreCase, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, IgnoreCase As Boolean, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- StrB:
- IgnoreCase:
- LocaleID:
Compare (DelphiString, DelphiString, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- StrB:
- LocaleID:
Compare (DelphiString, DelphiString, TCompareOptions): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; Options: TCompareOptions): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ Options: TCompareOptions) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, Options As TCompareOptions) As Int32
Parameters:
- StrA:
- StrB:
- Options:
Compare (DelphiString, DelphiString, TCompareOptions, TLocaleID): Int32 virtual
class method Compare(StrA: DelphiString; StrB: DelphiString; Options: TCompareOptions; LocaleID: TLocaleID): Int32
static Int32 Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options, TLocaleID LocaleID)
static func Compare(_ StrA: DelphiString, _ StrB: DelphiString, _ Options: TCompareOptions, _ LocaleID: TLocaleID) -> Int32
static Integer Compare(DelphiString StrA, DelphiString StrB, TCompareOptions Options, TLocaleID LocaleID)
Shared Function Compare(StrA As DelphiString, StrB As DelphiString, Options As TCompareOptions, LocaleID As TLocaleID) As Int32
Parameters:
- StrA:
- StrB:
- Options:
- LocaleID:
CompareOrdinal (DelphiString, Int32, DelphiString, Int32, Int32): Int32 virtual
class method CompareOrdinal(StrA: DelphiString; IndexA: Int32; StrB: DelphiString; IndexB: Int32; aLength: Int32): Int32
static Int32 CompareOrdinal(DelphiString StrA, Int32 IndexA, DelphiString StrB, Int32 IndexB, Int32 aLength)
static func CompareOrdinal(_ StrA: DelphiString, _ IndexA: Int32, _ StrB: DelphiString, _ IndexB: Int32, _ aLength: Int32) -> Int32
static Integer CompareOrdinal(DelphiString StrA, Integer IndexA, DelphiString StrB, Integer IndexB, Integer aLength)
Shared Function CompareOrdinal(StrA As DelphiString, IndexA As Int32, StrB As DelphiString, IndexB As Int32, aLength As Int32) As Int32
Parameters:
- StrA:
- IndexA:
- StrB:
- IndexB:
- aLength:
CompareOrdinal (DelphiString, DelphiString): Int32 virtual
class method CompareOrdinal(StrA: DelphiString; StrB: DelphiString): Int32
static Int32 CompareOrdinal(DelphiString StrA, DelphiString StrB)
static func CompareOrdinal(_ StrA: DelphiString, _ StrB: DelphiString) -> Int32
static Integer CompareOrdinal(DelphiString StrA, DelphiString StrB)
Shared Function CompareOrdinal(StrA As DelphiString, StrB As DelphiString) As Int32
Parameters:
- StrA:
- StrB:
CompareText virtual
class method CompareText(StrA: DelphiString; StrB: DelphiString): Int32
static Int32 CompareText(DelphiString StrA, DelphiString StrB)
static func CompareText(_ StrA: DelphiString, _ StrB: DelphiString) -> Int32
static Integer CompareText(DelphiString StrA, DelphiString StrB)
Shared Function CompareText(StrA As DelphiString, StrB As DelphiString) As Int32
Parameters:
- StrA:
- StrB:
Copy virtual
class method Copy(Str: DelphiString): DelphiString
static DelphiString Copy(DelphiString Str)
static func Copy(_ Str: DelphiString) -> DelphiString
static DelphiString Copy(DelphiString Str)
Shared Function Copy(Str As DelphiString) As DelphiString
Parameters:
- Str:
Create (array of Byte): DelphiString virtual
class method Create(aBytes: array of Byte): DelphiString
static DelphiString Create(Byte[] aBytes)
static func Create(_ aBytes: Byte...) -> DelphiString
static DelphiString Create(Byte[] aBytes)
Shared Function Create(aBytes As Byte()) As DelphiString
Parameters:
- aBytes:
Create (Char, Int32): DelphiString virtual
class method Create(C: Char; aCount: Int32): DelphiString
static DelphiString Create(Char C, Int32 aCount)
static func Create(_ C: Char, _ aCount: Int32) -> DelphiString
static DelphiString Create(Char C, Integer aCount)
Shared Function Create(C As Char, aCount As Int32) As DelphiString
Parameters:
- C:
- aCount:
Create (array of Char): DelphiString virtual
class method Create(Value: array of Char): DelphiString
static DelphiString Create(Char[] Value)
static func Create(_ Value: Char...) -> DelphiString
static DelphiString Create(Char[] Value)
Shared Function Create(Value As Char()) As DelphiString
Parameters:
- Value:
Create (array of Char, Int32, Int32): DelphiString virtual
class method Create(Value: array of Char; StartIndex: Int32; ALength: Int32): DelphiString
static DelphiString Create(Char[] Value, Int32 StartIndex, Int32 ALength)
static func Create(_ Value: Char..., _ StartIndex: Int32, _ ALength: Int32) -> DelphiString
static DelphiString Create(Char[] Value, Integer StartIndex, Integer ALength)
Shared Function Create(Value As Char(), StartIndex As Int32, ALength As Int32) As DelphiString
Parameters:
- Value:
- StartIndex:
- ALength:
EndsText virtual
class method EndsText(aSubText: DelphiString; aText: DelphiString): Boolean
static Boolean EndsText(DelphiString aSubText, DelphiString aText)
static func EndsText(_ aSubText: DelphiString, _ aText: DelphiString) -> Boolean
static Boolean EndsText(DelphiString aSubText, DelphiString aText)
Shared Function EndsText(aSubText As DelphiString, aText As DelphiString) As Boolean
Parameters:
- aSubText:
- aText:
Equals (DelphiString, DelphiString): Boolean virtual
class method Equals(Value1: DelphiString; Value2: DelphiString): Boolean
static Boolean Equals(DelphiString Value1, DelphiString Value2)
static func Equals(_ Value1: DelphiString, _ Value2: DelphiString) -> Boolean
static Boolean Equals(DelphiString Value1, DelphiString Value2)
Shared Function Equals(Value1 As DelphiString, Value2 As DelphiString) As Boolean
Parameters:
- Value1:
- Value2:
IsNullOrEmpty virtual
class method IsNullOrEmpty(Value: DelphiString): Boolean
static Boolean IsNullOrEmpty(DelphiString Value)
static func IsNullOrEmpty(_ Value: DelphiString) -> Boolean
static Boolean IsNullOrEmpty(DelphiString Value)
Shared Function IsNullOrEmpty(Value As DelphiString) As Boolean
Parameters:
- Value:
IsNullOrWhiteSpace virtual
class method IsNullOrWhiteSpace(Value: DelphiString): Boolean
static Boolean IsNullOrWhiteSpace(DelphiString Value)
static func IsNullOrWhiteSpace(_ Value: DelphiString) -> Boolean
static Boolean IsNullOrWhiteSpace(DelphiString Value)
Shared Function IsNullOrWhiteSpace(Value As DelphiString) As Boolean
Parameters:
- Value:
Join (DelphiString, array of DelphiString): DelphiString virtual
class method Join(Separator: DelphiString; Values: array of DelphiString): DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values)
static func Join(_ Separator: DelphiString, _ Values: DelphiString...) -> DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values)
Shared Function Join(Separator As DelphiString, Values As DelphiString()) As DelphiString
Parameters:
- Separator:
- Values:
Join (DelphiString, array of DelphiString, Int32, Int32): DelphiString virtual
class method Join(Separator: DelphiString; Values: array of DelphiString; StartIndex: Int32; aCount: Int32): DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values, Int32 StartIndex, Int32 aCount)
static func Join(_ Separator: DelphiString, _ Values: DelphiString..., _ StartIndex: Int32, _ aCount: Int32) -> DelphiString
static DelphiString Join(DelphiString Separator, DelphiString[] Values, Integer StartIndex, Integer aCount)
Shared Function Join(Separator As DelphiString, Values As DelphiString(), StartIndex As Int32, aCount As Int32) As DelphiString
Parameters:
- Separator:
- Values:
- StartIndex:
- aCount:
Join (DelphiString, IEnumerable<DelphiString>): DelphiString virtual
class method Join(Separator: DelphiString; Values: IEnumerable<DelphiString>): DelphiString
static DelphiString Join(DelphiString Separator, IEnumerable<DelphiString> Values)
static func Join(_ Separator: DelphiString, _ Values: INSFastEnumeration<nullable DelphiString>) -> DelphiString
static DelphiString Join(DelphiString Separator, Iterable<DelphiString> Values)
Shared Function Join(Separator As DelphiString, Values As IEnumerable<DelphiString>) As DelphiString
Parameters:
- Separator:
- Values:
LowerCase (DelphiString): DelphiString virtual
class method LowerCase(S: DelphiString): DelphiString
static DelphiString LowerCase(DelphiString S)
static func LowerCase(_ S: DelphiString) -> DelphiString
static DelphiString LowerCase(DelphiString S)
Shared Function LowerCase(S As DelphiString) As DelphiString
Parameters:
- S:
LowerCase (DelphiString, TLocaleOptions): DelphiString virtual
class method LowerCase(S: DelphiString; LocaleOptions: TLocaleOptions): DelphiString
static DelphiString LowerCase(DelphiString S, TLocaleOptions LocaleOptions)
static func LowerCase(_ S: DelphiString, _ LocaleOptions: TLocaleOptions) -> DelphiString
static DelphiString LowerCase(DelphiString S, TLocaleOptions LocaleOptions)
Shared Function LowerCase(S As DelphiString, LocaleOptions As TLocaleOptions) As DelphiString
Parameters:
- S:
- LocaleOptions:
Parse (Boolean): DelphiString virtual
class method Parse(Value: Boolean): DelphiString
static DelphiString Parse(Boolean Value)
static func Parse(_ Value: Boolean) -> DelphiString
static DelphiString Parse(Boolean Value)
Shared Function Parse(Value As Boolean) As DelphiString
Parameters:
- Value:
Parse (Double): DelphiString virtual
class method Parse(Value: Double): DelphiString
static DelphiString Parse(Double Value)
static func Parse(_ Value: Double) -> DelphiString
static DelphiString Parse(Double Value)
Shared Function Parse(Value As Double) As DelphiString
Parameters:
- Value:
Parse (Int32): DelphiString virtual
class method Parse(Value: Int32): DelphiString
static DelphiString Parse(Int32 Value)
static func Parse(_ Value: Int32) -> DelphiString
static DelphiString Parse(Integer Value)
Shared Function Parse(Value As Int32) As DelphiString
Parameters:
- Value:
Parse (Int64): DelphiString virtual
class method Parse(Value: Int64): DelphiString
static DelphiString Parse(Int64 Value)
static func Parse(_ Value: Int64) -> DelphiString
static DelphiString Parse(Int64 Value)
Shared Function Parse(Value As Int64) As DelphiString
Parameters:
- Value:
ToBoolean (DelphiString): Boolean virtual
class method ToBoolean(S: DelphiString): Boolean
static Boolean ToBoolean(DelphiString S)
static func ToBoolean(_ S: DelphiString) -> Boolean
static Boolean ToBoolean(DelphiString S)
Shared Function ToBoolean(S As DelphiString) As Boolean
Parameters:
- S:
ToDouble (DelphiString): Double virtual
class method ToDouble(S: DelphiString): Double
static Double ToDouble(DelphiString S)
static func ToDouble(_ S: DelphiString) -> Double
static Double ToDouble(DelphiString S)
Shared Function ToDouble(S As DelphiString) As Double
Parameters:
- S:
ToExtended (DelphiString): Double virtual
class method ToExtended(S: DelphiString): Double
static Double ToExtended(DelphiString S)
static func ToExtended(_ S: DelphiString) -> Double
static Double ToExtended(DelphiString S)
Shared Function ToExtended(S As DelphiString) As Double
Parameters:
- S:
ToInt64 (DelphiString): Int64 virtual
class method ToInt64(S: DelphiString): Int64
static Int64 ToInt64(DelphiString S)
static func ToInt64(_ S: DelphiString) -> Int64
static Int64 ToInt64(DelphiString S)
Shared Function ToInt64(S As DelphiString) As Int64
Parameters:
- S:
ToInteger (DelphiString): Int32 virtual
class method ToInteger(S: DelphiString): Int32
static Int32 ToInteger(DelphiString S)
static func ToInteger(_ S: DelphiString) -> Int32
static Integer ToInteger(DelphiString S)
Shared Function ToInteger(S As DelphiString) As Int32
Parameters:
- S:
ToSingle (DelphiString): Double virtual
class method ToSingle(S: DelphiString): Double
static Double ToSingle(DelphiString S)
static func ToSingle(_ S: DelphiString) -> Double
static Double ToSingle(DelphiString S)
Shared Function ToSingle(S As DelphiString) As Double
Parameters:
- S:
UpperCase (DelphiString): DelphiString virtual
class method UpperCase(S: DelphiString): DelphiString
static DelphiString UpperCase(DelphiString S)
static func UpperCase(_ S: DelphiString) -> DelphiString
static DelphiString UpperCase(DelphiString S)
Shared Function UpperCase(S As DelphiString) As DelphiString
Parameters:
- S:
UpperCase (DelphiString, TLocaleOptions): DelphiString virtual
class method UpperCase(S: DelphiString; LocaleOptions: TLocaleOptions): DelphiString
static DelphiString UpperCase(DelphiString S, TLocaleOptions LocaleOptions)
static func UpperCase(_ S: DelphiString, _ LocaleOptions: TLocaleOptions) -> DelphiString
static DelphiString UpperCase(DelphiString S, TLocaleOptions LocaleOptions)
Shared Function UpperCase(S As DelphiString, LocaleOptions As TLocaleOptions) As DelphiString
Parameters:
- S:
- LocaleOptions:
constructor .NET, Cooper, Island
constructor
DelphiString()
init()
DelphiString()
Sub New()
constructor .() Toffee
init(. )
Parameters:
- :
constructor (array of Byte)
constructor(aBytes: array of Byte)
DelphiString(Byte[] aBytes)
init(_ aBytes: Byte...)
DelphiString(Byte[] aBytes)
Sub New(aBytes As Byte())
Parameters:
- aBytes:
Parameters:
- C:
- aCount:
constructor (DelphiString) Cooper
constructor(value: DelphiString)
DelphiString(DelphiString value)
init(_ value: DelphiString)
DelphiString(DelphiString value)
Sub New(value As DelphiString)
Parameters:
- value:
constructor (PlatformString)
constructor(Value: PlatformString)
DelphiString(PlatformString Value)
init(_ Value: PlatformString)
DelphiString(PlatformString Value)
Sub New(Value As PlatformString)
Parameters:
- Value:
clone Cooper
method clone: Object
Object clone()
func clone() -> Object
Object clone()
Function clone() As Object
CompareTo virtual
method CompareTo(strB: DelphiString): Int32
Int32 CompareTo(DelphiString strB)
func CompareTo(_ strB: DelphiString) -> Int32
Integer CompareTo(DelphiString strB)
Function CompareTo(strB As DelphiString) As Int32
Parameters:
- strB:
Contains virtual
method Contains(Value: DelphiString): Boolean
Boolean Contains(DelphiString Value)
func Contains(_ Value: DelphiString) -> Boolean
Boolean Contains(DelphiString Value)
Function Contains(Value As DelphiString) As Boolean
Parameters:
- Value:
CopyTo virtual
method CopyTo(SourceIndex: Int32; var destination: array of Char; DestinationIndex: Int32; aCount: Int32)
func CopyTo(_ SourceIndex: Int32, _ destination: Char..., _ DestinationIndex: Int32, _ aCount: Int32)
Parameters:
- SourceIndex:
- destination:
- DestinationIndex:
- aCount:
CountChar virtual
Parameters:
- C:
DeQuotedString .NET, Cooper, Island
method DeQuotedString: DelphiString
DelphiString DeQuotedString()
func DeQuotedString() -> DelphiString
DelphiString DeQuotedString()
Function DeQuotedString() As DelphiString
DeQuotedString (Char): DelphiString virtual
method DeQuotedString(QuoteChar: Char): DelphiString
DelphiString DeQuotedString(Char QuoteChar)
func DeQuotedString(_ QuoteChar: Char) -> DelphiString
DelphiString DeQuotedString(Char QuoteChar)
Function DeQuotedString(QuoteChar As Char) As DelphiString
Parameters:
- QuoteChar:
DeQuotedString DeQuotedString(): DelphiString virtual Toffee
func DeQuotedString(DeQuotedString ) -> DelphiString
Parameters:
- :
description override Toffee
func description(description ) -> NSString
Parameters:
- :
EndsWith (DelphiString): Boolean
method EndsWith(Value: DelphiString): Boolean
Boolean EndsWith(DelphiString Value)
func EndsWith(_ Value: DelphiString) -> Boolean
Boolean EndsWith(DelphiString Value)
Function EndsWith(Value As DelphiString) As Boolean
Parameters:
- Value:
EndsWith (DelphiString, Boolean): Boolean virtual
method EndsWith(Value: DelphiString; IgnoreCase: Boolean): Boolean
Boolean EndsWith(DelphiString Value, Boolean IgnoreCase)
func EndsWith(_ Value: DelphiString, _ IgnoreCase: Boolean) -> Boolean
Boolean EndsWith(DelphiString Value, Boolean IgnoreCase)
Function EndsWith(Value As DelphiString, IgnoreCase As Boolean) As Boolean
Parameters:
- Value:
- IgnoreCase:
equals Cooper
Parameters:
- Obj:
Equals (DelphiString): Boolean virtual
method Equals(Value: DelphiString): Boolean
Boolean Equals(DelphiString Value)
func Equals(_ Value: DelphiString) -> Boolean
Boolean Equals(DelphiString Value)
Function Equals(Value As DelphiString) As Boolean
Parameters:
- Value:
GetEnumerator .NET
method GetEnumerator: IEnumerator<Char>
IEnumerator<Char> GetEnumerator()
func GetEnumerator() -> IEnumerator<Char>
IEnumerator<Char> GetEnumerator()
Function GetEnumerator() As IEnumerator<Char>
GetHashCode override virtual .NET, Island
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Function GetHashCode() As Int32
hash Toffee
func hash(hash ) -> NSUInteger
Parameters:
- :
hashCode Cooper
method hashCode: Integer
Integer hashCode()
func hashCode() -> Integer
Integer hashCode()
Function hashCode() As Integer
Parameters:
- Value:
Parameters:
- Value:
- StartIndex:
Parameters:
- Value:
- StartIndex:
- aCount:
IndexOf (DelphiString): Int32 virtual
method IndexOf(Value: DelphiString): Int32
Int32 IndexOf(DelphiString Value)
func IndexOf(_ Value: DelphiString) -> Int32
Integer IndexOf(DelphiString Value)
Function IndexOf(Value As DelphiString) As Int32
Parameters:
- Value:
IndexOf (DelphiString, Int32): Int32 virtual
method IndexOf(Value: DelphiString; StartIndex: Int32): Int32
Int32 IndexOf(DelphiString Value, Int32 StartIndex)
func IndexOf(_ Value: DelphiString, _ StartIndex: Int32) -> Int32
Integer IndexOf(DelphiString Value, Integer StartIndex)
Function IndexOf(Value As DelphiString, StartIndex As Int32) As Int32
Parameters:
- Value:
- StartIndex:
IndexOf (DelphiString, Int32, Int32): Int32 virtual
method IndexOf(Value: DelphiString; StartIndex: Int32; aCount: Int32): Int32
Int32 IndexOf(DelphiString Value, Int32 StartIndex, Int32 aCount)
func IndexOf(_ Value: DelphiString, _ StartIndex: Int32, _ aCount: Int32) -> Int32
Integer IndexOf(DelphiString Value, Integer StartIndex, Integer aCount)
Function IndexOf(Value As DelphiString, StartIndex As Int32, aCount As Int32) As Int32
Parameters:
- Value:
- StartIndex:
- aCount:
Parameters:
- AnyOf:
Parameters:
- AnyOf:
- StartIndex:
Parameters:
- AnyOf:
- StartIndex:
- aCount:
Insert virtual
method Insert(StartIndex: Int32; Value: DelphiString): DelphiString
DelphiString Insert(Int32 StartIndex, DelphiString Value)
func Insert(_ StartIndex: Int32, _ Value: DelphiString) -> DelphiString
DelphiString Insert(Integer StartIndex, DelphiString Value)
Function Insert(StartIndex As Int32, Value As DelphiString) As DelphiString
Parameters:
- StartIndex:
- Value:
IsDelimiter virtual
method IsDelimiter(Delimiters: DelphiString; aIndex: Int32): Boolean
Boolean IsDelimiter(DelphiString Delimiters, Int32 aIndex)
func IsDelimiter(_ Delimiters: DelphiString, _ aIndex: Int32) -> Boolean
Boolean IsDelimiter(DelphiString Delimiters, Integer aIndex)
Function IsDelimiter(Delimiters As DelphiString, aIndex As Int32) As Boolean
Parameters:
- Delimiters:
- aIndex:
IsEmpty .NET, Cooper, Island
method IsEmpty: Boolean
Boolean IsEmpty()
func IsEmpty() -> Boolean
Boolean IsEmpty()
Function IsEmpty() As Boolean
IsEmpty IsEmpty(): Boolean virtual Toffee
func IsEmpty(IsEmpty ) -> Boolean
Parameters:
- :
isEqual Toffee
Parameters:
- Obj:
LastDelimiter virtual
method LastDelimiter(Delims: DelphiString): Int32
Int32 LastDelimiter(DelphiString Delims)
func LastDelimiter(_ Delims: DelphiString) -> Int32
Integer LastDelimiter(DelphiString Delims)
Function LastDelimiter(Delims As DelphiString) As Int32
Parameters:
- Delims:
Parameters:
- Value:
Parameters:
- Value:
- StartIndex:
Parameters:
- Value:
- StartIndex:
- aCount:
LastIndexOf (DelphiString): Int32 virtual
method LastIndexOf(Value: DelphiString): Int32
Int32 LastIndexOf(DelphiString Value)
func LastIndexOf(_ Value: DelphiString) -> Int32
Integer LastIndexOf(DelphiString Value)
Function LastIndexOf(Value As DelphiString) As Int32
Parameters:
- Value:
LastIndexOf (DelphiString, Int32): Int32 virtual
method LastIndexOf(Value: DelphiString; StartIndex: Int32): Int32
Int32 LastIndexOf(DelphiString Value, Int32 StartIndex)
func LastIndexOf(_ Value: DelphiString, _ StartIndex: Int32) -> Int32
Integer LastIndexOf(DelphiString Value, Integer StartIndex)
Function LastIndexOf(Value As DelphiString, StartIndex As Int32) As Int32
Parameters:
- Value:
- StartIndex:
LastIndexOf (DelphiString, Int32, Int32): Int32 virtual
method LastIndexOf(Value: DelphiString; StartIndex: Int32; aCount: Int32): Int32
Int32 LastIndexOf(DelphiString Value, Int32 StartIndex, Int32 aCount)
func LastIndexOf(_ Value: DelphiString, _ StartIndex: Int32, _ aCount: Int32) -> Int32
Integer LastIndexOf(DelphiString Value, Integer StartIndex, Integer aCount)
Function LastIndexOf(Value As DelphiString, StartIndex As Int32, aCount As Int32) As Int32
Parameters:
- Value:
- StartIndex:
- aCount:
Parameters:
- AnyOf:
Parameters:
- AnyOf:
- StartIndex:
Parameters:
- AnyOf:
- StartIndex:
- aCount:
PadLeft (Int32): DelphiString virtual
method PadLeft(TotalWidth: Int32): DelphiString
DelphiString PadLeft(Int32 TotalWidth)
func PadLeft(_ TotalWidth: Int32) -> DelphiString
DelphiString PadLeft(Integer TotalWidth)
Function PadLeft(TotalWidth As Int32) As DelphiString
Parameters:
- TotalWidth:
PadLeft (Int32, Char): DelphiString virtual
method PadLeft(TotalWidth: Int32; PaddingChar: Char): DelphiString
DelphiString PadLeft(Int32 TotalWidth, Char PaddingChar)
func PadLeft(_ TotalWidth: Int32, _ PaddingChar: Char) -> DelphiString
DelphiString PadLeft(Integer TotalWidth, Char PaddingChar)
Function PadLeft(TotalWidth As Int32, PaddingChar As Char) As DelphiString
Parameters:
- TotalWidth:
- PaddingChar:
PadRight (Int32): DelphiString virtual
method PadRight(TotalWidth: Int32): DelphiString
DelphiString PadRight(Int32 TotalWidth)
func PadRight(_ TotalWidth: Int32) -> DelphiString
DelphiString PadRight(Integer TotalWidth)
Function PadRight(TotalWidth As Int32) As DelphiString
Parameters:
- TotalWidth:
PadRight (Int32, Char): DelphiString virtual
method PadRight(TotalWidth: Int32; PaddingChar: Char): DelphiString
DelphiString PadRight(Int32 TotalWidth, Char PaddingChar)
func PadRight(_ TotalWidth: Int32, _ PaddingChar: Char) -> DelphiString
DelphiString PadRight(Integer TotalWidth, Char PaddingChar)
Function PadRight(TotalWidth As Int32, PaddingChar As Char) As DelphiString
Parameters:
- TotalWidth:
- PaddingChar:
QuotedString .NET, Cooper, Island
method QuotedString: DelphiString
DelphiString QuotedString()
func QuotedString() -> DelphiString
DelphiString QuotedString()
Function QuotedString() As DelphiString
QuotedString (Char): DelphiString virtual
method QuotedString(QuoteChar: Char): DelphiString
DelphiString QuotedString(Char QuoteChar)
func QuotedString(_ QuoteChar: Char) -> DelphiString
DelphiString QuotedString(Char QuoteChar)
Function QuotedString(QuoteChar As Char) As DelphiString
Parameters:
- QuoteChar:
QuotedString QuotedString(): DelphiString virtual Toffee
func QuotedString(QuotedString ) -> DelphiString
Parameters:
- :
Remove (Int32): DelphiString
method Remove(StartIndex: Int32): DelphiString
DelphiString Remove(Int32 StartIndex)
func Remove(_ StartIndex: Int32) -> DelphiString
DelphiString Remove(Integer StartIndex)
Function Remove(StartIndex As Int32) As DelphiString
Parameters:
- StartIndex:
Remove (Int32, Int32): DelphiString virtual
method Remove(StartIndex: Int32; aCount: Int32): DelphiString
DelphiString Remove(Int32 StartIndex, Int32 aCount)
func Remove(_ StartIndex: Int32, _ aCount: Int32) -> DelphiString
DelphiString Remove(Integer StartIndex, Integer aCount)
Function Remove(StartIndex As Int32, aCount As Int32) As DelphiString
Parameters:
- StartIndex:
- aCount:
Replace (Char, Char): DelphiString virtual
method Replace(OldChar: Char; NewChar: Char): DelphiString
DelphiString Replace(Char OldChar, Char NewChar)
func Replace(_ OldChar: Char, _ NewChar: Char) -> DelphiString
DelphiString Replace(Char OldChar, Char NewChar)
Function Replace(OldChar As Char, NewChar As Char) As DelphiString
Parameters:
- OldChar:
- NewChar:
Replace (Char, Char, TReplaceFlags): DelphiString
method Replace(OldChar: Char; NewChar: Char; ReplaceFlags: TReplaceFlags): DelphiString
DelphiString Replace(Char OldChar, Char NewChar, TReplaceFlags ReplaceFlags)
func Replace(_ OldChar: Char, _ NewChar: Char, _ ReplaceFlags: TReplaceFlags) -> DelphiString
DelphiString Replace(Char OldChar, Char NewChar, TReplaceFlags ReplaceFlags)
Function Replace(OldChar As Char, NewChar As Char, ReplaceFlags As TReplaceFlags) As DelphiString
Parameters:
- OldChar:
- NewChar:
- ReplaceFlags:
Replace (DelphiString, DelphiString): DelphiString virtual
method Replace(OldValue: DelphiString; NewValue: DelphiString): DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue)
func Replace(_ OldValue: DelphiString, _ NewValue: DelphiString) -> DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue)
Function Replace(OldValue As DelphiString, NewValue As DelphiString) As DelphiString
Parameters:
- OldValue:
- NewValue:
Replace (DelphiString, DelphiString, TReplaceFlags): DelphiString virtual
method Replace(OldValue: DelphiString; NewValue: DelphiString; ReplaceFlags: TReplaceFlags): DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue, TReplaceFlags ReplaceFlags)
func Replace(_ OldValue: DelphiString, _ NewValue: DelphiString, _ ReplaceFlags: TReplaceFlags) -> DelphiString
DelphiString Replace(DelphiString OldValue, DelphiString NewValue, TReplaceFlags ReplaceFlags)
Function Replace(OldValue As DelphiString, NewValue As DelphiString, ReplaceFlags As TReplaceFlags) As DelphiString
Parameters:
- OldValue:
- NewValue:
- ReplaceFlags:
Split (array of Char): array of DelphiString
method Split(Separator: array of Char): array of DelphiString
DelphiString[] Split(Char[] Separator)
func Split(_ Separator: Char...) -> DelphiString...
DelphiString[] Split(Char[] Separator)
Function Split(Separator As Char()) As DelphiString()
Parameters:
- Separator:
Split (array of Char, Int32): array of DelphiString
method Split(Separator: array of Char; aCount: Int32): array of DelphiString
DelphiString[] Split(Char[] Separator, Int32 aCount)
func Split(_ Separator: Char..., _ aCount: Int32) -> DelphiString...
DelphiString[] Split(Char[] Separator, Integer aCount)
Function Split(Separator As Char(), aCount As Int32) As DelphiString()
Parameters:
- Separator:
- aCount:
Split (array of Char, Int32, TStringSplitOptions): array of DelphiString virtual
method Split(Separator: array of Char; aCount: Int32; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(Char[] Separator, Int32 aCount, TStringSplitOptions Options)
func Split(_ Separator: Char..., _ aCount: Int32, _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(Char[] Separator, Integer aCount, TStringSplitOptions Options)
Function Split(Separator As Char(), aCount As Int32, Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- aCount:
- Options:
Split (array of Char, TStringSplitOptions): array of DelphiString
method Split(Separator: array of Char; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(Char[] Separator, TStringSplitOptions Options)
func Split(_ Separator: Char..., _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(Char[] Separator, TStringSplitOptions Options)
Function Split(Separator As Char(), Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- Options:
Split (array of DelphiString): array of DelphiString
method Split(Separator: array of DelphiString): array of DelphiString
DelphiString[] Split(DelphiString[] Separator)
func Split(_ Separator: DelphiString...) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator)
Function Split(Separator As DelphiString()) As DelphiString()
Parameters:
- Separator:
Split (array of DelphiString, Int32): array of DelphiString virtual
method Split(Separator: array of DelphiString; aCount: Int32): array of DelphiString
DelphiString[] Split(DelphiString[] Separator, Int32 aCount)
func Split(_ Separator: DelphiString..., _ aCount: Int32) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator, Integer aCount)
Function Split(Separator As DelphiString(), aCount As Int32) As DelphiString()
Parameters:
- Separator:
- aCount:
Split (array of DelphiString, Int32, TStringSplitOptions): array of DelphiString virtual
method Split(Separator: array of DelphiString; aCount: Int32; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(DelphiString[] Separator, Int32 aCount, TStringSplitOptions Options)
func Split(_ Separator: DelphiString..., _ aCount: Int32, _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator, Integer aCount, TStringSplitOptions Options)
Function Split(Separator As DelphiString(), aCount As Int32, Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- aCount:
- Options:
Split (array of DelphiString, TStringSplitOptions): array of DelphiString virtual
method Split(Separator: array of DelphiString; Options: TStringSplitOptions): array of DelphiString
DelphiString[] Split(DelphiString[] Separator, TStringSplitOptions Options)
func Split(_ Separator: DelphiString..., _ Options: TStringSplitOptions) -> DelphiString...
DelphiString[] Split(DelphiString[] Separator, TStringSplitOptions Options)
Function Split(Separator As DelphiString(), Options As TStringSplitOptions) As DelphiString()
Parameters:
- Separator:
- Options:
StartsWith (DelphiString): Boolean virtual
method StartsWith(Value: DelphiString): Boolean
Boolean StartsWith(DelphiString Value)
func StartsWith(_ Value: DelphiString) -> Boolean
Boolean StartsWith(DelphiString Value)
Function StartsWith(Value As DelphiString) As Boolean
Parameters:
- Value:
StartsWith (DelphiString, Boolean): Boolean virtual
method StartsWith(Value: DelphiString; IgnoreCase: Boolean): Boolean
Boolean StartsWith(DelphiString Value, Boolean IgnoreCase)
func StartsWith(_ Value: DelphiString, _ IgnoreCase: Boolean) -> Boolean
Boolean StartsWith(DelphiString Value, Boolean IgnoreCase)
Function StartsWith(Value As DelphiString, IgnoreCase As Boolean) As Boolean
Parameters:
- Value:
- IgnoreCase:
SubString (Int32): DelphiString virtual
method SubString(StartIndex: Int32): DelphiString
DelphiString SubString(Int32 StartIndex)
func SubString(_ StartIndex: Int32) -> DelphiString
DelphiString SubString(Integer StartIndex)
Function SubString(StartIndex As Int32) As DelphiString
Parameters:
- StartIndex:
SubString (Int32, Int32): DelphiString virtual
method SubString(StartIndex: Int32; aLength: Int32): DelphiString
DelphiString SubString(Int32 StartIndex, Int32 aLength)
func SubString(_ StartIndex: Int32, _ aLength: Int32) -> DelphiString
DelphiString SubString(Integer StartIndex, Integer aLength)
Function SubString(StartIndex As Int32, aLength As Int32) As DelphiString
Parameters:
- StartIndex:
- aLength:
ToBoolean .NET, Cooper, Island
method ToBoolean: Boolean
Boolean ToBoolean()
func ToBoolean() -> Boolean
Boolean ToBoolean()
Function ToBoolean() As Boolean
ToBoolean ToBoolean(): Boolean virtual Toffee
func ToBoolean(ToBoolean ) -> Boolean
Parameters:
- :
ToByteArray .NET, Cooper, Island
method ToByteArray: array of Byte
Byte[] ToByteArray()
func ToByteArray() -> Byte...
Byte[] ToByteArray()
Function ToByteArray() As Byte()
Parameters:
- StartIndex:
- aLength:
ToByteArray ToByteArray(): array of Byte virtual Toffee
func ToByteArray(ToByteArray ) -> Byte...
Parameters:
- :
ToCharArray .NET, Cooper, Island
method ToCharArray: array of Char
Char[] ToCharArray()
func ToCharArray() -> Char...
Char[] ToCharArray()
Function ToCharArray() As Char()
Parameters:
- StartIndex:
- aLength:
ToCharArray ToCharArray(): array of Char virtual Toffee
func ToCharArray(ToCharArray ) -> Char...
Parameters:
- :
ToDouble .NET, Cooper, Island
method ToDouble: Double
Double ToDouble()
func ToDouble() -> Double
Double ToDouble()
Function ToDouble() As Double
ToDouble ToDouble(): Double virtual Toffee
func ToDouble(ToDouble ) -> Double
Parameters:
- :
ToExtended .NET, Cooper, Island
method ToExtended: Double
Double ToExtended()
func ToExtended() -> Double
Double ToExtended()
Function ToExtended() As Double
ToExtended ToExtended(): Double virtual Toffee
func ToExtended(ToExtended ) -> Double
Parameters:
- :
ToInt64 .NET, Cooper, Island
method ToInt64: Int64
Int64 ToInt64()
func ToInt64() -> Int64
Int64 ToInt64()
Function ToInt64() As Int64
ToInt64 ToInt64(): Int64 virtual Toffee
func ToInt64(ToInt64 ) -> Int64
Parameters:
- :
ToInteger .NET, Cooper, Island
method ToInteger: Int32
Int32 ToInteger()
func ToInteger() -> Int32
Integer ToInteger()
Function ToInteger() As Int32
ToInteger ToInteger(): Int32 virtual Toffee
func ToInteger(ToInteger ) -> Int32
Parameters:
- :
ToLower .NET, Cooper, Island
method ToLower: DelphiString
DelphiString ToLower()
func ToLower() -> DelphiString
DelphiString ToLower()
Function ToLower() As DelphiString
ToLower (TLocaleID): DelphiString virtual
method ToLower(LocaleID: TLocaleID): DelphiString
DelphiString ToLower(TLocaleID LocaleID)
func ToLower(_ LocaleID: TLocaleID) -> DelphiString
DelphiString ToLower(TLocaleID LocaleID)
Function ToLower(LocaleID As TLocaleID) As DelphiString
Parameters:
- LocaleID:
ToLower ToLower(): DelphiString virtual Toffee
func ToLower(ToLower ) -> DelphiString
Parameters:
- :
ToLowerInvariant .NET, Cooper, Island
method ToLowerInvariant: DelphiString
DelphiString ToLowerInvariant()
func ToLowerInvariant() -> DelphiString
DelphiString ToLowerInvariant()
Function ToLowerInvariant() As DelphiString
ToLowerInvariant ToLowerInvariant(): DelphiString virtual Toffee
func ToLowerInvariant(ToLowerInvariant ) -> DelphiString
Parameters:
- :
ToSingle .NET, Cooper, Island
method ToSingle: Double
Double ToSingle()
func ToSingle() -> Double
Double ToSingle()
Function ToSingle() As Double
ToSingle ToSingle(): Double virtual Toffee
func ToSingle(ToSingle ) -> Double
Parameters:
- :
toString Cooper
method toString: PlatformString
PlatformString toString()
func toString() -> PlatformString
PlatformString toString()
Function toString() As PlatformString
ToString virtual Toffee
func ToString(ToString ) -> PlatformString
Parameters:
- :
ToUpper .NET, Cooper, Island
method ToUpper: DelphiString
DelphiString ToUpper()
func ToUpper() -> DelphiString
DelphiString ToUpper()
Function ToUpper() As DelphiString
ToUpper (TLocaleID): DelphiString virtual
method ToUpper(LocaleID: TLocaleID): DelphiString
DelphiString ToUpper(TLocaleID LocaleID)
func ToUpper(_ LocaleID: TLocaleID) -> DelphiString
DelphiString ToUpper(TLocaleID LocaleID)
Function ToUpper(LocaleID As TLocaleID) As DelphiString
Parameters:
- LocaleID:
ToUpper ToUpper(): DelphiString virtual Toffee
func ToUpper(ToUpper ) -> DelphiString
Parameters:
- :
ToUpperInvariant .NET, Cooper, Island
method ToUpperInvariant: DelphiString
DelphiString ToUpperInvariant()
func ToUpperInvariant() -> DelphiString
DelphiString ToUpperInvariant()
Function ToUpperInvariant() As DelphiString
ToUpperInvariant ToUpperInvariant(): DelphiString virtual Toffee
func ToUpperInvariant(ToUpperInvariant ) -> DelphiString
Parameters:
- :
Trim .NET, Cooper, Island
method Trim: DelphiString
DelphiString Trim()
func Trim() -> DelphiString
DelphiString Trim()
Function Trim() As DelphiString
Trim (array of Char): DelphiString virtual
method Trim(TrimChars: array of Char): DelphiString
DelphiString Trim(Char[] TrimChars)
func Trim(_ TrimChars: Char...) -> DelphiString
DelphiString Trim(Char[] TrimChars)
Function Trim(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
Trim Trim(): DelphiString virtual Toffee
func Trim(Trim ) -> DelphiString
Parameters:
- :
TrimEnd virtual
method TrimEnd(TrimChars: array of Char): DelphiString
DelphiString TrimEnd(Char[] TrimChars)
func TrimEnd(_ TrimChars: Char...) -> DelphiString
DelphiString TrimEnd(Char[] TrimChars)
Function TrimEnd(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
TrimLeft .NET, Cooper, Island
method TrimLeft: DelphiString
DelphiString TrimLeft()
func TrimLeft() -> DelphiString
DelphiString TrimLeft()
Function TrimLeft() As DelphiString
TrimLeft (array of Char): DelphiString virtual
method TrimLeft(TrimChars: array of Char): DelphiString
DelphiString TrimLeft(Char[] TrimChars)
func TrimLeft(_ TrimChars: Char...) -> DelphiString
DelphiString TrimLeft(Char[] TrimChars)
Function TrimLeft(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
TrimLeft TrimLeft(): DelphiString virtual Toffee
func TrimLeft(TrimLeft ) -> DelphiString
Parameters:
- :
TrimRight .NET, Cooper, Island
method TrimRight: DelphiString
DelphiString TrimRight()
func TrimRight() -> DelphiString
DelphiString TrimRight()
Function TrimRight() As DelphiString
TrimRight (array of Char): DelphiString virtual
method TrimRight(TrimChars: array of Char): DelphiString
DelphiString TrimRight(Char[] TrimChars)
func TrimRight(_ TrimChars: Char...) -> DelphiString
DelphiString TrimRight(Char[] TrimChars)
Function TrimRight(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars:
TrimRight TrimRight(): DelphiString virtual Toffee
func TrimRight(TrimRight ) -> DelphiString
Parameters:
- :
TrimStart virtual
method TrimStart(TrimChars: array of Char): DelphiString
DelphiString TrimStart(Char[] TrimChars)
func TrimStart(_ TrimChars: Char...) -> DelphiString
DelphiString TrimStart(Char[] TrimChars)
Function TrimStart(TrimChars As Char()) As DelphiString
Parameters:
- TrimChars: