|
Static Public Member Functions |
| static string | Escape (string buffer) |
| | Escapes the given String.
|
| static string | Unescape (string buffer) |
| | Unescapes the given String.
|
| static string | Base64Encode (byte[] array) |
| | Base64-encodes the given byte array.
|
| static string | Base64Encode (byte[] array, int offset, int length) |
| | Base64-encodes the given byte array from the given offset to "len" number of bytes.
|
| static string | Base64Encode (string buffer) |
| | Base64-encodes the given String.
|
| static byte[] | Base64Decode (char[] array) |
| | Base64-decodes the given byte array.
|
| static byte[] | Base64Decode (char[] array, int offset, int length) |
| | Base64-decodes the given byte array from the given offset to "len" number of bytes.
|
| static byte[] | Base64Decode (string buffer) |
| | Base64-decodes the given String.
|
| static bool | IsIso8601Date (string theDate) |
| | Checks if the given string representation of a date matches the ISO 8601 format.
|
| static bool | IsIso8601DateTZ (string theDate) |
| | Checks if the given string representation of a date matches the ISO 8601 format with the UTC time zone.
|
| static bool | IsIso8601DateLocalNoTZ (string theDate) |
| | Checks if the given string representation of a date matches the ISO 8601 format without the UTC time zone.
|
| static bool | IsIso8601DateLocal (string theDate) |
| | Checks if the given string representation of a date matches the ISO 8601 format with a local time zone.
|
| static bool | IsEmail (string email) |
| | Checks if the given parameter is a valid email address.
|
| static string | GetVersion () |
| | Gets the versions of the library.
|