terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.StringUtils Class Reference
+ Collaboration diagram for Newtonsoft.Json.Utilities.StringUtils:

Static Public Member Functions

static string FormatWith (this string format, IFormatProvider provider, object arg0)
 
static string FormatWith (this string format, IFormatProvider provider, object arg0, object arg1)
 
static string FormatWith (this string format, IFormatProvider provider, object arg0, object arg1, object arg2)
 
static string FormatWith (this string format, IFormatProvider provider, object arg0, object arg1, object arg2, object arg3)
 
static bool IsWhiteSpace (string s)
 
static string NullEmptyString (string s)
 
static StringWriter CreateStringWriter (int capacity)
 
static ? int GetLength (string value)
 
static void ToCharAsUnicode (char c, char[] buffer)
 
static TSource ForgivingCaseSensitiveFind< TSource > (this IEnumerable< TSource > source, Func< TSource, string > valueSelector, string testValue)
 
static string ToCamelCase (string s)
 
static bool IsHighSurrogate (char c)
 
static bool IsLowSurrogate (char c)
 
static bool StartsWith (this string source, char value)
 
static bool EndsWith (this string source, char value)
 

Static Public Attributes

const string CarriageReturnLineFeed = "\r\n"
 
const string Empty = ""
 
const char CarriageReturn = '\r'
 
const char LineFeed = '\n'
 
const char Tab = '\t'
 

Static Private Member Functions

static string FormatWith (this string format, IFormatProvider provider, params object[] args)
 

Detailed Description

Definition at line 24 of file StringUtils.cs.


The documentation for this class was generated from the following file: