| Namespace: | Sirenix.Utilities.Editor |
| Assembly: | Sirenix.Utilities.Editor |
public static class StringSliceExtensions
public static void Append(this StringBuilder sb, ref StringSlice slice)
| System.Text.StringBuilder | sb | |
| StringSlice | slice |
public static bool Contains(this string str, ref StringSlice slice)
| System.String | str | |
| StringSlice | slice |
| System.Boolean |
public static bool EndsWith(this string str, ref StringSlice slice)
| System.String | str | |
| StringSlice | slice |
| System.Boolean |
public static StringSlice Slice(this string str, int index)
| System.String | str | |
| System.Int32 | index |
| StringSlice |
public static StringSlice Slice(this string str, int index, int length)
| System.String | str | |
| System.Int32 | index | |
| System.Int32 | length |
| StringSlice |
public static bool StartsWith(this string str, ref StringSlice slice)
| System.String | str | |
| StringSlice | slice |
| System.Boolean |