Json¶
Json.
JsonObject.IsMultiline |
Determines whether the string is multi-line. |
JsonObject.Unicode |
Returns Max Unicode integer value. |
JsonObject.ReplaceLine (String, String) |
Returns a new string in which all lines containing specified string are replaced with another specified string. |
JsonObject.TrimEndLetter |
Trim away non didgit letter at the end of string. |
JsonObject.Split |
Split a string into a string list with the specified delimiter. |
JsonObject.Split (String) |
Split a string into a string list with the specified delimiter. |
JsonObject.Split (String, String) |
Split a string into a string list with the specified delimiter. |
JsonObject.HtmlDecode |
HtmlDecode. |
JsonObject.HtmlEncode |
HtmlEncode. |
JsonObject.TrimEnd |
Trims the end of the string. |
JsonObject.TrimEnd (String) |
Trims the end of the string. |
JsonObject.TrimStart |
Trims the start of the string. |
JsonObject.TrimStart (String) |
Trims the start of the string. |
JsonObject.LastIndexOf |
Reports the zero-based index position of the last occurrence of a specified string within this instance. |
JsonObject.Length |
Reports the object’s length. |
JsonObject.Trim |
Removes all leading and trailing white-space characters from the current System.String object. |
JsonObject.Trim (String) |
Removes all leading and trailing white-space characters from the current System.String object. |
JsonObject.IndexOf (String) |
Reports the zero-based index of the first occurrence of the specified string in this string. |
JsonObject.IndexOf (String, Integer) |
Reports the zero-based index of the first occurrence of the specified string in this string. |
JsonObject.StartsWith |
StartsWith. |
JsonObject.EndsWith |
Determines whether the end of this string instance matches the specified string. |
JsonObject.Replace (String, String) |
Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string. |
JsonObject.ToCamel |
Changes the first letter of every word to be in upper case. |
JsonObject.ToLower |
Changes the letters to be in lower case. |
JsonObject.ToUpper |
Changes the letters to be in upper case. |
JsonObject.ReplaceVars |
Replace variables embedded in literals or strings. |
JsonObject.ReplaceVars (String) |
Replace variables embedded in literals or strings. |
JsonObject.Save (String) |
Saves the content of a file, by default it’s UTF8 text file. |
JsonObject.Save (String, String) |
Saves the content of a file, by default it’s UTF8 text file. |
JsonObject.Substring (String, String) |
Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length. |