|
Il presente articolo è stato tradotto automaticamente. Passare il puntatore sulle frasi nell'articolo per visualizzare il testo originale. Ulteriori informazioni.
|
Traduzione
Originale
|
Metodi String
.NET Framework 4.5
Il tipo String espone i seguenti membri.
| Nome | Descrizione | |
|---|---|---|
|
Clone |
|
|
Compare(String, String) |
|
|
Compare(String, String, Boolean) |
|
|
Compare(String, String, StringComparison) |
|
|
Compare(String, String, Boolean, CultureInfo) |
|
|
Compare(String, String, CultureInfo, CompareOptions) |
|
|
Compare(String, Int32, String, Int32, Int32) |
|
|
Compare(String, Int32, String, Int32, Int32, Boolean) |
|
|
Compare(String, Int32, String, Int32, Int32, StringComparison) |
|
|
Compare(String, Int32, String, Int32, Int32, Boolean, CultureInfo) |
|
|
Compare(String, Int32, String, Int32, Int32, CultureInfo, CompareOptions) |
|
|
CompareOrdinal(String, String) |
|
|
CompareOrdinal(String, Int32, String, Int32, Int32) |
|
|
CompareTo(Object) |
|
|
CompareTo(String) |
|
|
Concat(Object) |
|
|
Concat(Object[]) |
|
|
Concat(IEnumerable<String>) |
|
|
Concat(String[]) |
|
|
Concat(Object, Object) |
|
|
Concat(String, String) |
|
|
Concat(Object, Object, Object) |
|
|
Concat(String, String, String) |
|
|
Concat(Object, Object, Object, Object) |
|
|
Concat(String, String, String, String) |
|
|
Concat<T>(IEnumerable<T>) |
|
|
Contains |
|
|
Copy |
|
|
CopyTo |
|
|
EndsWith(String) |
|
|
EndsWith(String, StringComparison) |
|
|
EndsWith(String, Boolean, CultureInfo) |
|
|
Equals(Object) |
|
|
Equals(String) |
|
|
Equals(String, String) |
|
|
Equals(String, StringComparison) |
|
|
Equals(String, String, StringComparison) |
|
|
Format(String, Object) |
|
|
Format(String, Object[]) |
|
|
Format(IFormatProvider, String, Object[]) |
|
|
Format(String, Object, Object) |
|
|
Format(String, Object, Object, Object) |
|
|
GetEnumerator |
|
|
GetHashCode |
|
|
GetType |
|
|
GetTypeCode |
|
|
IndexOf(Char) |
|
|
IndexOf(String) |
|
|
IndexOf(Char, Int32) |
|
|
IndexOf(String, Int32) |
|
|
IndexOf(String, StringComparison) |
|
|
IndexOf(Char, Int32, Int32) |
|
|
IndexOf(String, Int32, Int32) |
|
|
IndexOf(String, Int32, StringComparison) |
|
|
IndexOf(String, Int32, Int32, StringComparison) |
|
|
IndexOfAny(Char[]) |
|
|
IndexOfAny(Char[], Int32) |
|
|
IndexOfAny(Char[], Int32, Int32) |
|
|
Insert |
|
|
Intern |
|
|
IsInterned |
|
|
IsNormalized() |
|
|
IsNormalized(NormalizationForm) |
|
|
IsNullOrEmpty |
|
|
IsNullOrWhiteSpace |
|
|
Join(String, IEnumerable<String>) |
|
|
Join(String, Object[]) |
|
|
Join(String, String[]) |
|
|
Join(String, String[], Int32, Int32) |
|
|
Join<T>(String, IEnumerable<T>) |
|
|
LastIndexOf(Char) |
|
|
LastIndexOf(String) |
|
|
LastIndexOf(Char, Int32) |
|
|
LastIndexOf(String, Int32) |
|
|
LastIndexOf(String, StringComparison) |
|
|
LastIndexOf(Char, Int32, Int32) |
|
|
LastIndexOf(String, Int32, Int32) |
|
|
LastIndexOf(String, Int32, StringComparison) |
|
|
LastIndexOf(String, Int32, Int32, StringComparison) |
|
|
LastIndexOfAny(Char[]) |
|
|
LastIndexOfAny(Char[], Int32) |
|
|
LastIndexOfAny(Char[], Int32, Int32) |
|
|
Normalize() |
|
|
Normalize(NormalizationForm) |
|
|
PadLeft(Int32) |
|
|
PadLeft(Int32, Char) |
|
|
PadRight(Int32) |
|
|
PadRight(Int32, Char) |
|
|
Remove(Int32) |
|
|
Remove(Int32, Int32) |
|
|
Replace(Char, Char) |
|
|
Replace(String, String) |
|
|
Split(Char[]) |
|
|
Split(Char[], Int32) |
|
|
Split(Char[], StringSplitOptions) |
|
|
Split(String[], StringSplitOptions) |
|
|
Split(Char[], Int32, StringSplitOptions) |
|
|
Split(String[], Int32, StringSplitOptions) |
|
|
StartsWith(String) |
|
|
StartsWith(String, StringComparison) |
|
|
StartsWith(String, Boolean, CultureInfo) |
|
|
Substring(Int32) |
|
|
Substring(Int32, Int32) |
|
|
ToCharArray() |
|
|
ToCharArray(Int32, Int32) |
|
|
ToLower() |
|
|
ToLower(CultureInfo) |
|
|
ToLowerInvariant |
|
|
ToString() |
|
|
ToString(IFormatProvider) |
|
|
ToUpper() |
|
|
ToUpper(CultureInfo) |
|
|
ToUpperInvariant |
|
|
Trim() |
|
|
Trim(Char[]) |
|
|
TrimEnd |
|
|
TrimStart |
|
| Nome | Descrizione | |
|---|---|---|
|
Aggregate<Char>(Func<Char, Char, Char>) | Sottoposto a overload. |
|
Aggregate<Char, TAccumulate>(TAccumulate, Func<TAccumulate, Char, TAccumulate>) | Sottoposto a overload. |
|
Aggregate<Char, TAccumulate, TResult>(TAccumulate, Func<TAccumulate, Char, TAccumulate>, Func<TAccumulate, TResult>) | Sottoposto a overload. |
|
All<Char> |
|
|
Any<Char>() | Sottoposto a overload. |
|
Any<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
AsEnumerable<Char> |
|
|
AsParallel() | Sottoposto a overload. |
|
AsParallel<Char>() | Sottoposto a overload. |
|
AsQueryable() | Sottoposto a overload. |
|
AsQueryable<Char>() | Sottoposto a overload. |
|
Average<Char>(Func<Char, Int32>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Nullable<Int32>>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Int64>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Nullable<Int64>>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Single>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Nullable<Single>>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Double>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Nullable<Double>>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Decimal>) | Sottoposto a overload. |
|
Average<Char>(Func<Char, Nullable<Decimal>>) | Sottoposto a overload. |
|
Cast<TResult> |
|
|
Concat<Char> |
|
|
Contains<Char>(Char) | Sottoposto a overload. |
|
Contains<Char>(Char, IEqualityComparer<Char>) | Sottoposto a overload. |
|
Count<Char>() | Sottoposto a overload. |
|
Count<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
DefaultIfEmpty<Char>() | Sottoposto a overload. |
|
DefaultIfEmpty<Char>(Char) | Sottoposto a overload. |
|
Distinct<Char>() | Sottoposto a overload. |
|
Distinct<Char>(IEqualityComparer<Char>) | Sottoposto a overload. |
|
ElementAt<Char> |
|
|
ElementAtOrDefault<Char> |
|
|
Except<Char>(IEnumerable<Char>) | Sottoposto a overload. |
|
Except<Char>(IEnumerable<Char>, IEqualityComparer<Char>) | Sottoposto a overload. |
|
First<Char>() | Sottoposto a overload. |
|
First<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
FirstOrDefault<Char>() | Sottoposto a overload. |
|
FirstOrDefault<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
GroupBy<Char, TKey>(Func<Char, TKey>) | Sottoposto a overload. |
|
GroupBy<Char, TKey>(Func<Char, TKey>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
GroupBy<Char, TKey, TElement>(Func<Char, TKey>, Func<Char, TElement>) | Sottoposto a overload. |
|
GroupBy<Char, TKey, TResult>(Func<Char, TKey>, Func<TKey, IEnumerable<Char>, TResult>) | Sottoposto a overload. |
|
GroupBy<Char, TKey, TElement>(Func<Char, TKey>, Func<Char, TElement>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
GroupBy<Char, TKey, TResult>(Func<Char, TKey>, Func<TKey, IEnumerable<Char>, TResult>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
GroupBy<Char, TKey, TElement, TResult>(Func<Char, TKey>, Func<Char, TElement>, Func<TKey, IEnumerable<TElement>, TResult>) | Sottoposto a overload. |
|
GroupBy<Char, TKey, TElement, TResult>(Func<Char, TKey>, Func<Char, TElement>, Func<TKey, IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
GroupJoin<Char, TInner, TKey, TResult>(IEnumerable<TInner>, Func<Char, TKey>, Func<TInner, TKey>, Func<Char, IEnumerable<TInner>, TResult>) | Sottoposto a overload. |
|
GroupJoin<Char, TInner, TKey, TResult>(IEnumerable<TInner>, Func<Char, TKey>, Func<TInner, TKey>, Func<Char, IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
Intersect<Char>(IEnumerable<Char>) | Sottoposto a overload. |
|
Intersect<Char>(IEnumerable<Char>, IEqualityComparer<Char>) | Sottoposto a overload. |
|
Join<Char, TInner, TKey, TResult>(IEnumerable<TInner>, Func<Char, TKey>, Func<TInner, TKey>, Func<Char, TInner, TResult>) | Sottoposto a overload. |
|
Join<Char, TInner, TKey, TResult>(IEnumerable<TInner>, Func<Char, TKey>, Func<TInner, TKey>, Func<Char, TInner, TResult>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
Last<Char>() | Sottoposto a overload. |
|
Last<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
LastOrDefault<Char>() | Sottoposto a overload. |
|
LastOrDefault<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
LongCount<Char>() | Sottoposto a overload. |
|
LongCount<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
Max<Char>() | Sottoposto a overload. |
|
Max<Char>(Func<Char, Int32>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Nullable<Int32>>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Int64>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Nullable<Int64>>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Single>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Nullable<Single>>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Double>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Nullable<Double>>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Decimal>) | Sottoposto a overload. |
|
Max<Char>(Func<Char, Nullable<Decimal>>) | Sottoposto a overload. |
|
Max<Char, TResult>(Func<Char, TResult>) | Sottoposto a overload. |
|
Min<Char>() | Sottoposto a overload. |
|
Min<Char>(Func<Char, Int32>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Nullable<Int32>>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Int64>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Nullable<Int64>>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Single>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Nullable<Single>>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Double>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Nullable<Double>>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Decimal>) | Sottoposto a overload. |
|
Min<Char>(Func<Char, Nullable<Decimal>>) | Sottoposto a overload. |
|
Min<Char, TResult>(Func<Char, TResult>) | Sottoposto a overload. |
|
OfType<TResult> |
|
|
OrderBy<Char, TKey>(Func<Char, TKey>) | Sottoposto a overload. |
|
OrderBy<Char, TKey>(Func<Char, TKey>, IComparer<TKey>) | Sottoposto a overload. |
|
OrderByDescending<Char, TKey>(Func<Char, TKey>) | Sottoposto a overload. |
|
OrderByDescending<Char, TKey>(Func<Char, TKey>, IComparer<TKey>) | Sottoposto a overload. |
|
Reverse<Char> |
|
|
Select<Char, TResult>(Func<Char, TResult>) | Sottoposto a overload. |
|
Select<Char, TResult>(Func<Char, Int32, TResult>) | Sottoposto a overload. |
|
SelectMany<Char, TResult>(Func<Char, IEnumerable<TResult>>) | Sottoposto a overload. |
|
SelectMany<Char, TResult>(Func<Char, Int32, IEnumerable<TResult>>) | Sottoposto a overload. |
|
SelectMany<Char, TCollection, TResult>(Func<Char, Int32, IEnumerable<TCollection>>, Func<Char, TCollection, TResult>) | Sottoposto a overload. |
|
SelectMany<Char, TCollection, TResult>(Func<Char, IEnumerable<TCollection>>, Func<Char, TCollection, TResult>) | Sottoposto a overload. |
|
SequenceEqual<Char>(IEnumerable<Char>) | Sottoposto a overload. |
|
SequenceEqual<Char>(IEnumerable<Char>, IEqualityComparer<Char>) | Sottoposto a overload. |
|
Single<Char>() | Sottoposto a overload. |
|
Single<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
SingleOrDefault<Char>() | Sottoposto a overload. |
|
SingleOrDefault<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
Skip<Char> |
|
|
SkipWhile<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
SkipWhile<Char>(Func<Char, Int32, Boolean>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Int32>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Nullable<Int32>>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Int64>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Nullable<Int64>>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Single>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Nullable<Single>>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Double>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Nullable<Double>>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Decimal>) | Sottoposto a overload. |
|
Sum<Char>(Func<Char, Nullable<Decimal>>) | Sottoposto a overload. |
|
Take<Char> |
|
|
TakeWhile<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
TakeWhile<Char>(Func<Char, Int32, Boolean>) | Sottoposto a overload. |
|
ToArray<Char> |
|
|
ToDictionary<Char, TKey>(Func<Char, TKey>) | Sottoposto a overload. |
|
ToDictionary<Char, TKey>(Func<Char, TKey>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
ToDictionary<Char, TKey, TElement>(Func<Char, TKey>, Func<Char, TElement>) | Sottoposto a overload. |
|
ToDictionary<Char, TKey, TElement>(Func<Char, TKey>, Func<Char, TElement>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
ToList<Char> |
|
|
ToLookup<Char, TKey>(Func<Char, TKey>) | Sottoposto a overload. |
|
ToLookup<Char, TKey>(Func<Char, TKey>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
ToLookup<Char, TKey, TElement>(Func<Char, TKey>, Func<Char, TElement>) | Sottoposto a overload. |
|
ToLookup<Char, TKey, TElement>(Func<Char, TKey>, Func<Char, TElement>, IEqualityComparer<TKey>) | Sottoposto a overload. |
|
Union<Char>(IEnumerable<Char>) | Sottoposto a overload. |
|
Union<Char>(IEnumerable<Char>, IEqualityComparer<Char>) | Sottoposto a overload. |
|
Where<Char>(Func<Char, Boolean>) | Sottoposto a overload. |
|
Where<Char>(Func<Char, Int32, Boolean>) | Sottoposto a overload. |
|
Zip<Char, TSecond, TResult> |
|
| Nome | Descrizione | |
|---|---|---|
|
IComparable.CompareTo |
|
|
IConvertible.ToBoolean | Infrastruttura. |
|
IConvertible.ToByte | Infrastruttura. |
|
IConvertible.ToChar | Infrastruttura. |
|
IConvertible.ToDateTime | Infrastruttura. |
|
IConvertible.ToDecimal | Infrastruttura. |
|
IConvertible.ToDouble | Infrastruttura. |
|
IConvertible.ToInt16 | Infrastruttura. |
|
IConvertible.ToInt32 | Infrastruttura. |
|
IConvertible.ToInt64 | Infrastruttura. |
|
IConvertible.ToSByte | Infrastruttura. |
|
IConvertible.ToSingle | Infrastruttura. |
|
IConvertible.ToType | Infrastruttura. |
|
IConvertible.ToUInt16 | Infrastruttura. |
|
IConvertible.ToUInt32 | Infrastruttura. |
|
IConvertible.ToUInt64 | Infrastruttura. |
|
IEnumerable<Char>.GetEnumerator |
|
|
IEnumerable.GetEnumerator |
|