Provides net core utility methods.
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("")] public class Core
<ObsoleteAttribute("")> Public Class Core
[ObsoleteAttribute(L"")] public ref class Core
[<ObsoleteAttribute("")>] type Core = class end
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| Core()()()() | Initializes a new instance of the Core class | |
| Base64Decode(array<Byte>[]()[][]) | Obsolete.
Decodes base64 data. Defined in RFC 2045 6.8. Base64 Content-Transfer-Encoding.
| |
| Base64DecodeEx(array<Byte>[]()[][], array<Char>[]()[][]) |
Decodes base64 data. Defined in RFC 2045 6.8. Base64 Content-Transfer-Encoding.
| |
| Base64Encode(array<Byte>[]()[][]) |
Encodes specified data with base64 encoding.
| |
| Base64EncodeEx(array<Byte>[]()[][], array<Char>[]()[][], Boolean) |
Encodes specified data with bas64 encoding.
| |
| CanonicalDecode(String) | Obsolete.
Canonical decoding. Decodes all canonical encoding occurences in specified text.
Usually mime message header unicode/8bit values are encoded as Canonical.
Format: =?charSet?type[Q or B]?encoded_string?= .
Defined in RFC 2047.
| |
| CanonicalEncode(String, String) |
Canonical encoding.
| |
| CompareIP(IPAddress, IPAddress) |
Compares 2 IP addresses. Returns 0 if IPs are equal,
returns positive value if destination IP is bigger than source IP,
returns negative value if destination IP is smaller than source IP.
| |
| ComputeMd5(String, Boolean) | Obsolete.
Computes md5 hash.
| |
| CreateSocket(IPEndPoint, ProtocolType) | Obsolete.
Creates new socket for the specified end point.
| |
| Decode_IMAP_UTF7_String(String) | Obsolete.
Decodes IMAP modified UTF7 encoded data. Defined in RFC 3501 5.1.3. Mailbox International Naming Convention.
Example: &APYA9g- is decoded to öö.
| |
| Encode_IMAP_UTF7_String(String) | Obsolete.
Encodes specified data with IMAP modified UTF7 encoding. Defined in RFC 3501 5.1.3. Mailbox International Naming Convention.
Example: öö is encoded to &APYA9g-.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromHex(array<Byte>[]()[][]) | Obsolete.
Converts hex byte data to normal byte data. Hex data must be in two bytes pairs, for example: 0F,FF,A3,... .
| |
| GetArgsText(String, String) |
Gets argument part of command text.
| |
| GetFileNameFromPath(String) |
Gets file name from path.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHostName(IPAddress) |
Gets host name. If fails returns ip address.
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsAscii(String) | Obsolete.
Checks if specified string data is acii data.
| |
| IsIP(String) |
Gets if specified value is IP address.
| |
| IsNumber(String) | Obsolete.
Checks if specified string is number(long).
| |
| IsPrivateIP(String) | Obsolete.
Gets if specified IP address is private LAN IP address. For example 192.168.x.x is private ip.
| |
| IsPrivateIP(IPAddress) | Obsolete.
Gets if specified IP address is private LAN IP address. For example 192.168.x.x is private ip.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| QDecode(Encoding, String) | Obsolete.
"Q" decoder. This is same as quoted-printable, except '_' is converted to ' '.
Defined in RFC 2047 4.2.
| |
| QuotedPrintableDecode(array<Byte>[]()[][]) | Obsolete.
quoted-printable decoder. Defined in RFC 2045 6.7.
| |
| QuotedPrintableEncode(array<Byte>[]()[][]) |
Encodes data with quoted-printable encoding.
| |
| ReverseArray(Array) | Obsolete.
Reverses the specified array elements.
| |
| ToHex(Byte) |
Convert byte to hex data.
| |
| ToHex(array<Byte>[]()[][]) |
Converts data to hex data.
| |
| ToHexString(String) |
Converts string to hex string.
| |
| ToHexString(array<Byte>[]()[][]) |
Converts string to hex string.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| Core | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119