mscorlib(4.0.0.0) API with additions
System.String Member List

This is the complete list of members for System.String, including all inherited members.

Clone()System.String
Compare(string strA, string strB)System.Stringstatic
Compare(string strA, string strB, bool ignoreCase)System.Stringstatic
Compare(string strA, string strB, StringComparison comparisonType)System.Stringstatic
Compare(string strA, string strB, CultureInfo culture, CompareOptions options)System.Stringstatic
Compare(string strA, string strB, bool ignoreCase, CultureInfo culture)System.Stringstatic
Compare(string strA, int indexA, string strB, int indexB, int length)System.Stringstatic
Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase)System.Stringstatic
Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase, CultureInfo culture)System.Stringstatic
Compare(string strA, int indexA, string strB, int indexB, int length, CultureInfo culture, CompareOptions options)System.Stringstatic
Compare(string strA, int indexA, string strB, int indexB, int length, StringComparison comparisonType)System.Stringstatic
CompareOrdinal(string strA, string strB)System.Stringstatic
CompareOrdinal(string strA, int indexA, string strB, int indexB, int length)System.Stringstatic
CompareTo(object value)System.String
CompareTo(string strB)System.String
Concat(object arg0)System.Stringstatic
Concat(object arg0, object arg1)System.Stringstatic
Concat(object arg0, object arg1, object arg2)System.Stringstatic
Concat(object arg0, object arg1, object arg2, object arg3, __arglist) (defined in System.String)System.Stringstatic
Concat(params object[] args)System.Stringstatic
Concat(IEnumerable< string > values)System.Stringstatic
Concat(string str0, string str1)System.Stringstatic
Concat(string str0, string str1, string str2)System.Stringstatic
Concat(string str0, string str1, string str2, string str3)System.Stringstatic
Concat(params string[] values)System.Stringstatic
Concat< T >(IEnumerable< T > values)System.Stringstatic
Contains(string value)System.String
Copy(string str)System.Stringstatic
CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)System.String
EmptySystem.Stringstatic
EndsWith(string value)System.String
EndsWith(string value, StringComparison comparisonType)System.String
EndsWith(string value, bool ignoreCase, CultureInfo culture)System.String
Equals(object obj)System.String
Equals(string value)System.String
Equals(string value, StringComparison comparisonType)System.String
Equals(string a, string b)System.Stringstatic
Equals(string a, string b, StringComparison comparisonType)System.Stringstatic
IEquatable< string >.Equals(T other)System.IEquatable< string >
Format(string format, object arg0)System.Stringstatic
Format(string format, object arg0, object arg1)System.Stringstatic
Format(string format, object arg0, object arg1, object arg2)System.Stringstatic
Format(string format, params object[] args)System.Stringstatic
Format(IFormatProvider provider, string format, object arg0)System.Stringstatic
Format(IFormatProvider provider, string format, object arg0, object arg1)System.Stringstatic
Format(IFormatProvider provider, string format, object arg0, object arg1, object arg2)System.Stringstatic
Format(IFormatProvider provider, string format, params object[] args)System.Stringstatic
GetEnumerator()System.String
GetHashCode()System.String
GetTypeCode()System.String
IndexOf(char value)System.String
IndexOf(char value, int startIndex)System.String
IndexOf(char value, int startIndex, int count)System.String
IndexOf(string value)System.String
IndexOf(string value, int startIndex)System.String
IndexOf(string value, int startIndex, int count)System.String
IndexOf(string value, StringComparison comparisonType)System.String
IndexOf(string value, int startIndex, StringComparison comparisonType)System.String
IndexOf(string value, int startIndex, int count, StringComparison comparisonType)System.String
IndexOfAny(char[] anyOf)System.String
IndexOfAny(char[] anyOf, int startIndex)System.String
IndexOfAny(char[] anyOf, int startIndex, int count)System.String
Insert(int startIndex, string value)System.String
Intern(string str)System.Stringstatic
IsInterned(string str)System.Stringstatic
IsNormalized()System.String
IsNormalized(NormalizationForm normalizationForm)System.String
IsNullOrEmpty(string value)System.Stringstatic
IsNullOrWhiteSpace(string value)System.Stringstatic
Join(string separator, params string[] value)System.Stringstatic
Join(string separator, params object[] values)System.Stringstatic
Join(string separator, IEnumerable< string > values)System.Stringstatic
Join(string separator, string[] value, int startIndex, int count)System.Stringstatic
Join< T >(string separator, IEnumerable< T > values)System.Stringstatic
LastIndexOf(char value)System.String
LastIndexOf(char value, int startIndex)System.String
LastIndexOf(char value, int startIndex, int count)System.String
LastIndexOf(string value)System.String
LastIndexOf(string value, int startIndex)System.String
LastIndexOf(string value, int startIndex, int count)System.String
LastIndexOf(string value, StringComparison comparisonType)System.String
LastIndexOf(string value, int startIndex, StringComparison comparisonType)System.String
LastIndexOf(string value, int startIndex, int count, StringComparison comparisonType)System.String
LastIndexOfAny(char[] anyOf)System.String
LastIndexOfAny(char[] anyOf, int startIndex)System.String
LastIndexOfAny(char[] anyOf, int startIndex, int count)System.String
LengthSystem.String
Normalize()System.String
Normalize(NormalizationForm normalizationForm)System.String
operator !=(string a, string b)System.Stringstatic
operator==(string a, string b)System.Stringstatic
PadLeft(int totalWidth)System.String
PadLeft(int totalWidth, char paddingChar)System.String
PadRight(int totalWidth)System.String
PadRight(int totalWidth, char paddingChar)System.String
Remove(int startIndex, int count)System.String
Remove(int startIndex)System.String
Replace(char oldChar, char newChar)System.String
Replace(string oldValue, string newValue)System.String
Split(params char[] separator)System.String
Split(char[] separator, int count)System.String
Split(char[] separator, StringSplitOptions options)System.String
Split(char[] separator, int count, StringSplitOptions options)System.String
Split(string[] separator, StringSplitOptions options)System.String
Split(string[] separator, int count, StringSplitOptions options)System.String
StartsWith(string value)System.String
StartsWith(string value, StringComparison comparisonType)System.String
StartsWith(string value, bool ignoreCase, CultureInfo culture)System.String
String(char *value)System.String
String(char *value, int startIndex, int length)System.String
String(sbyte *value)System.String
String(sbyte *value, int startIndex, int length)System.String
String(sbyte *value, int startIndex, int length, Encoding enc)System.String
String(char[] value, int startIndex, int length)System.String
String(char[] value)System.String
String(char c, int count)System.String
Substring(int startIndex)System.String
Substring(int startIndex, int length)System.String
this[int index]System.String
ToCharArray()System.String
ToCharArray(int startIndex, int length)System.String
ToLower()System.String
ToLower(CultureInfo culture)System.String
ToLowerInvariant()System.String
ToString()System.String
ToString(IFormatProvider provider)System.String
ToUpper()System.String
ToUpper(CultureInfo culture)System.String
ToUpperInvariant()System.String
Trim(params char[] trimChars)System.String
Trim()System.String
TrimEnd(params char[] trimChars)System.String
TrimStart(params char[] trimChars)System.String