SpringCard LibCs for .NET  18.10.10
A set of utilities to simplify the development of .NET application
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules
SpringCard.LibCs.StrUtils Member List

This is the complete list of members for SpringCard.LibCs.StrUtils, including all inherited members.

Base64Decode(string content)SpringCard.LibCs.StrUtilsstatic
Base64Encode(byte[] content, int lineLength=0)SpringCard.LibCs.StrUtilsstatic
Base64UrlDecode(string message)SpringCard.LibCs.StrUtilsstatic
Base64UrlDecodeString(string message, Encoding encoding)SpringCard.LibCs.StrUtilsstatic
Base64UrlDecodeString(string message)SpringCard.LibCs.StrUtilsstatic
Base64UrlEncode(byte[] content)SpringCard.LibCs.StrUtilsstatic
Base64UrlEncode(string content, Encoding encoding)SpringCard.LibCs.StrUtilsstatic
Base64UrlEncode(string content)SpringCard.LibCs.StrUtilsstatic
CountTokens(string source, char searched)SpringCard.LibCs.StrUtilsstatic
IsValidBoolean(string value)SpringCard.LibCs.StrUtilsstatic
IsValidInteger(string value)SpringCard.LibCs.StrUtilsstatic
ReadBoolean(string value)SpringCard.LibCs.StrUtilsstatic
ReadBoolean(string value, out bool valid)SpringCard.LibCs.StrUtilsstatic
ToBytes(string input, Encoding encoding, bool includeTerminator=false)SpringCard.LibCs.StrUtilsstatic
ToBytes(string input, bool includeTerminator=false)SpringCard.LibCs.StrUtilsstatic
ToBytes_ASCII(string input, bool includeTerminator=false)SpringCard.LibCs.StrUtilsstatic
ToBytes_UTF8(string input, bool includeTerminator=false)SpringCard.LibCs.StrUtilsstatic
ToStr(byte[] buffer, Encoding encoding)SpringCard.LibCs.StrUtilsstatic
ToStr(byte[] buffer)SpringCard.LibCs.StrUtilsstatic
ToStr(byte[] buffer, int offset, Encoding encoding)SpringCard.LibCs.StrUtilsstatic
ToStr(byte[] buffer, int offset)SpringCard.LibCs.StrUtilsstatic
ToStr(byte[] buffer, int offset, int length, Encoding encoding)SpringCard.LibCs.StrUtilsstatic
ToStr(byte[] buffer, int offset, int length)SpringCard.LibCs.StrUtilsstatic
ToStr_ASCII(byte[] buffer)SpringCard.LibCs.StrUtilsstatic
ToStr_ASCII(byte[] buffer, int offset)SpringCard.LibCs.StrUtilsstatic
ToStr_ASCII(byte[] buffer, int offset, int length)SpringCard.LibCs.StrUtilsstatic
ToStr_ASCII_nice(byte[] buffer, bool stopOnZero=true)SpringCard.LibCs.StrUtilsstatic
ToStr_UTF8(byte[] buffer)SpringCard.LibCs.StrUtilsstatic
ToStr_UTF8(byte[] buffer, int offset)SpringCard.LibCs.StrUtilsstatic
ToStr_UTF8(byte[] buffer, int offset, int length)SpringCard.LibCs.StrUtilsstatic