Static Public Member Functions | |
ToString functions | |
static TString | ToString (char val, bool showNonSignificantZeros) |
Converts value of char type to a hexadecimal string. | |
static TString | ToString (unsigned char val, bool showNonSignificantZeros) |
Converts value of unsigned char type to a hexadecimal string. | |
static TString | ToString (short val, bool showNonSignificantZeros) |
Converts value of short type to a hexadecimal string. | |
static TString | ToString (unsigned short val, bool showNonSignificantZeros) |
Converts value of unsigned short type to a hexadecimal string. | |
static TString | ToString (long val, bool showNonSignificantZeros) |
Converts value of long type to a hexadecimal string. | |
static TString | ToString (unsigned long val, bool showNonSignificantZeros) |
Converts value of unsigned long type to a hexadecimal string. | |
static TString | ToString (int64 val, bool showNonSignificantZeros) |
Converts value of __int64 type to a hexadecimal string. | |
static TString | ToString (int64 val, int minDigitsCount, bool showNonSignificantZeros) |
Converts value of __int64 type to a hexadecimal string. | |
ToHex functions | |
static bool | ToHex (const TString &str, char &val) |
Converts the formatted string to the value of char type. | |
static bool | ToHex (const TString &str, unsigned char &val) |
Converts the formatted string to the value of unsigned char type. | |
static bool | ToHex (const TString &str, short &val) |
Converts the formatted string to the value of short type. | |
static bool | ToHex (const TString &str, unsigned short &val) |
Converts the formatted string to the value of unsigned short type. | |
static bool | ToHex (const TString &str, long &val) |
Converts the formatted string to the value of long type. | |
static bool | ToHex (const TString &str, unsigned long &val) |
Converts the formatted string to the value of unsigned long type. | |
static bool | ToHex (const TString &str, int64 &val) |
Converts the formatted string to the value of __int64 type. |
TString ToString | ( | char | val, | |
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of char type to a hexadecimal string.
[in] | val | non-formatted value of char type |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
TString ToString | ( | unsigned char | val, | |
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of unsigned char type to a hexadecimal string.
[in] | val | non-formatted value of unsigned char type |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
TString ToString | ( | short | val, | |
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of short type to a hexadecimal string.
[in] | val | non-formatted value of short type |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
TString ToString | ( | unsigned short | val, | |
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of unsigned short type to a hexadecimal string.
[in] | val | non-formatted value of unsigned short type |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
TString ToString | ( | long | val, | |
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of long type to a hexadecimal string.
[in] | val | non-formatted value of long type |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
TString ToString | ( | unsigned long | val, | |
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of unsigned long type to a hexadecimal string.
[in] | val | non-formatted value of unsigned long type |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
TString ToString | ( | int64 | val, | |
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of __int64 type to a hexadecimal string.
[in] | val | non-formatted value of __int64 type |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
TString ToString | ( | int64 | val, | |
int | minDigitsCount, | |||
bool | showNonSignificantZeros | |||
) | [static] |
Converts value of __int64 type to a hexadecimal string.
[in] | val | non-formatted value of __int64 type |
[in] | minDigitsCount | Minimal count of digits. |
[in] | showNonSignificantZeros | indicates whether it should show non-significant zeros in order to hold a constant number of digits. |
bool ToHex | ( | const TString & | str, | |
char & | val | |||
) | [static] |
Converts the formatted string to the value of char type.
[in] | str | formatted hexadecimal string |
[in,out] | val | Value of char type |
bool ToHex | ( | const TString & | str, | |
unsigned char & | val | |||
) | [static] |
Converts the formatted string to the value of unsigned char type.
[in] | str | formatted hexadecimal string |
[in,out] | val | Value of unsigned char type |
bool ToHex | ( | const TString & | str, | |
short & | val | |||
) | [static] |
Converts the formatted string to the value of short type.
[in] | str | formatted hexadecimal string |
[in,out] | val | Value of short type |
bool ToHex | ( | const TString & | str, | |
unsigned short & | val | |||
) | [static] |
Converts the formatted string to the value of unsigned short type.
[in] | str | formatted hexadecimal string |
[in,out] | val | Value of unsigned short type |
bool ToHex | ( | const TString & | str, | |
long & | val | |||
) | [static] |
Converts the formatted string to the value of long type.
[in] | str | formatted hexadecimal string |
[in,out] | val | Value of long type |
bool ToHex | ( | const TString & | str, | |
unsigned long & | val | |||
) | [static] |
Converts the formatted string to the value of unsigned long type.
[in] | str | formatted hexadecimal string |
[in,out] | val | Value of unsigned long type |
bool ToHex | ( | const TString & | str, | |
int64 & | val | |||
) | [static] |
Converts the formatted string to the value of __int64 type.
[in] | str | formatted hexadecimal string |
[in,out] | val | Value of __int64 type |
Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |