// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.StringUtils

namespace Newtonsoft.Json.Utilities
{
public class StringUtils // TypeDefIndex: 10339
{

	// Methods
	// RVA: -1
	public static type#15313 IsNullOrEmpty(type#26576 value) { }
	// RVA: -1
	public static type#26576 FormatWith(type#26576 format, type#20119 provider, type#23705 arg0) { }
	// RVA: -1
	public static type#26576 FormatWith(type#26576 format, type#20119 provider, type#23705 arg0, type#23705 arg1) { }
	// RVA: -1
	public static type#26576 FormatWith(type#26576 format, type#20119 provider, type#23705 arg0, type#23705 arg1, type#23705 arg2) { }
	// RVA: -1
	public static type#26576 FormatWith(type#26576 format, type#20119 provider, type#23705 arg0, type#23705 arg1, type#23705 arg2, type#23705 arg3) { }
	// RVA: -1
	private static type#26576 FormatWith(type#26576 format, type#20119 provider, type#13299 args) { }
	// RVA: -1
	public static type#26655 CreateStringWriter(type#20867 capacity) { }
	// RVA: -1
	public static type#28660 ToCharAsUnicode(type#15837 c, type#12899 buffer) { }
	// RVA: -1
	public static type#761 ForgivingCaseSensitiveFind(type#6494 source, type#5586 valueSelector, type#26576 testValue) { }
	// RVA: -1
	public static type#26576 ToCamelCase(type#26576 s) { }
	// RVA: -1
	private static type#15837 ToLower(type#15837 c) { }
	// RVA: -1
	public static type#26576 ToSnakeCase(type#26576 s) { }
	// RVA: -1
	public static type#26576 ToKebabCase(type#26576 s) { }
	// RVA: -1
	private static type#26576 ToSeparatedCase(type#26576 s, type#15837 separator) { }
	// RVA: -1
	public static type#15313 IsHighSurrogate(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsLowSurrogate(type#15837 c) { }
	// RVA: -1
	public static type#20867 IndexOf(type#26576 s, type#15837 c) { }
	// RVA: -1
	public static type#15313 StartsWith(type#26576 source, type#15837 value) { }
	// RVA: -1
	public static type#15313 EndsWith(type#26576 source, type#15837 value) { }
	// RVA: -1
	public static type#26576 Trim(type#26576 s, type#20867 start, type#20867 length) { }
}
}
