This is the complete list of members for SpringCard.LibCs.StrUtils, including all inherited members.
Base64Decode(string content) | SpringCard.LibCs.StrUtils | static |
Base64Encode(byte[] content, int lineLength=0) | SpringCard.LibCs.StrUtils | static |
Base64UrlDecode(string message) | SpringCard.LibCs.StrUtils | static |
Base64UrlDecodeString(string message, Encoding encoding) | SpringCard.LibCs.StrUtils | static |
Base64UrlDecodeString(string message) | SpringCard.LibCs.StrUtils | static |
Base64UrlEncode(byte[] content) | SpringCard.LibCs.StrUtils | static |
Base64UrlEncode(string content, Encoding encoding) | SpringCard.LibCs.StrUtils | static |
Base64UrlEncode(string content) | SpringCard.LibCs.StrUtils | static |
CountTokens(string source, char searched) | SpringCard.LibCs.StrUtils | static |
IsValidBoolean(string value) | SpringCard.LibCs.StrUtils | static |
IsValidInteger(string value) | SpringCard.LibCs.StrUtils | static |
ReadBoolean(string value) | SpringCard.LibCs.StrUtils | static |
ReadBoolean(string value, out bool valid) | SpringCard.LibCs.StrUtils | static |
ToBytes(string input, Encoding encoding, bool includeTerminator=false) | SpringCard.LibCs.StrUtils | static |
ToBytes(string input, bool includeTerminator=false) | SpringCard.LibCs.StrUtils | static |
ToBytes_ASCII(string input, bool includeTerminator=false) | SpringCard.LibCs.StrUtils | static |
ToBytes_UTF8(string input, bool includeTerminator=false) | SpringCard.LibCs.StrUtils | static |
ToStr(byte[] buffer, Encoding encoding) | SpringCard.LibCs.StrUtils | static |
ToStr(byte[] buffer) | SpringCard.LibCs.StrUtils | static |
ToStr(byte[] buffer, int offset, Encoding encoding) | SpringCard.LibCs.StrUtils | static |
ToStr(byte[] buffer, int offset) | SpringCard.LibCs.StrUtils | static |
ToStr(byte[] buffer, int offset, int length, Encoding encoding) | SpringCard.LibCs.StrUtils | static |
ToStr(byte[] buffer, int offset, int length) | SpringCard.LibCs.StrUtils | static |
ToStr_ASCII(byte[] buffer) | SpringCard.LibCs.StrUtils | static |
ToStr_ASCII(byte[] buffer, int offset) | SpringCard.LibCs.StrUtils | static |
ToStr_ASCII(byte[] buffer, int offset, int length) | SpringCard.LibCs.StrUtils | static |
ToStr_ASCII_nice(byte[] buffer, bool stopOnZero=true) | SpringCard.LibCs.StrUtils | static |
ToStr_UTF8(byte[] buffer) | SpringCard.LibCs.StrUtils | static |
ToStr_UTF8(byte[] buffer, int offset) | SpringCard.LibCs.StrUtils | static |
ToStr_UTF8(byte[] buffer, int offset, int length) | SpringCard.LibCs.StrUtils | static |