Classes | |
| class | FromString |
| From string. To cast any string to most common types. More... | |
| class | Variant |
| Variant. More... | |
Functions | |
| void | Convert (bool &value, PCChar8 text) |
| Converts a text to a bool. More... | |
| void | Convert (Char8 &value, PCChar8 text) |
| Converts a text to a Char8. More... | |
| void | Convert (UInt8 &value, PCChar8 text) |
| Converts a text to an UInt8. More... | |
| void | Convert (Int16 &value, PCChar8 text) |
| Converts a text to an Int16. More... | |
| void | Convert (UInt16 &value, PCChar8 text) |
| Converts a text to an UInt16. More... | |
| void | Convert (int &value, PCChar8 text) |
| Converts a text to an int. More... | |
| void | Convert (unsigned int &value, PCChar8 text) |
| Converts a text to an unsigned int. More... | |
| void | Convert (Int32 &value, PCChar8 text) |
| Converts a text to an Int32. More... | |
| void | Convert (UInt32 &value, PCChar8 text) |
| Converts a text to an UInt32. More... | |
| void | Convert (Int64 &value, PCChar8 text) |
| Converts a text to an Int64. More... | |
| void | Convert (UInt64 &value, PCChar8 text) |
| Converts a text to an UInt64. More... | |
| void | Convert (BaseStaticString &value, PCChar8 text) |
| Converts a text to a BaseStaticString. More... | |
| void | Convert (Float32 &value, PCChar8 text) |
| Converts a text to a Float32. More... | |
| void | Convert (Float64 &value, PCChar8 text) |
| Converts a text to a Float64. More... | |
| void | Convert (IStringConvertible &value, PCChar8 text) |
| Converts a text to an IStringConvertible. More... | |
| String | ToString (PCChar8 value) |
| Convert this object into a string representation. More... | |
| String | ToString (Int64 value) |
| Convert this object into a string representation. More... | |
| String | ToString (UInt64 value) |
| Convert this object into a string representation. More... | |
| String | ToString (Int32 value) |
| Convert this object into a string representation. More... | |
| String | ToString (UInt32 value) |
| Convert this object into a string representation. More... | |
| String | ToString (bool value) |
| Convert this object into a string representation. More... | |
| String | ToString (int value) |
| Convert this object into a string representation. More... | |
| String | ToString (Int16 value) |
| Convert this object into a string representation. More... | |
| String | ToString (UInt16 value) |
| Convert this object into a string representation. More... | |
| String | ToString (Float64 value, Int32 decimals=-1) |
| Convert this object into a string representation. More... | |
| String | ToString (const IStringConvertible &value) |
| Convert this object into a string representation. More... | |
| const BaseStaticString & | ToString (const BaseStaticString &value) |
| Convert this object into a string representation. More... | |
| String | HexString (Int32 value) |
| Convert a integer value into a hexadecimal representation. More... | |
| StaticString< 1 > | Chr (Int32 ascii) |
| Convert an ASCII value to a character. Not usable with 0, would return an empty string. More... | |
| StaticString< 1 > Chr | ( | Int32 | ascii | ) |
Convert an ASCII value to a character. Not usable with 0, would return an empty string.
| ascii | The ascii value. |
| void Convert | ( | bool & | value, |
| PCChar8 | text | ||
| ) |
Converts a text to a bool.
| value | [in,out] The value. |
| text | The text. |
Converts a text to a Char8.
| value | [in,out] The value. |
| text | The text. |
Converts a text to an UInt8.
| value | [in,out] The value. |
| text | The text. |
Converts a text to an Int16.
| value | [in,out] The value. |
| text | The text. |
Converts a text to an UInt16.
| value | [in,out] The value. |
| text | The text. |
| void Convert | ( | int & | value, |
| PCChar8 | text | ||
| ) |
Converts a text to an int.
| value | [in,out] The value. |
| text | The text. |
| void Convert | ( | unsigned int & | value, |
| PCChar8 | text | ||
| ) |
Converts a text to an unsigned int.
| value | [in,out] The value. |
| text | The text. |
Converts a text to an Int32.
| value | [in,out] The value. |
| text | The text. |
Converts a text to an UInt32.
| value | [in,out] The value. |
| text | The text. |
Converts a text to an Int64.
| value | [in,out] The value. |
| text | The text. |
Converts a text to an UInt64.
| value | [in,out] The value. |
| text | The text. |
| void Convert | ( | BaseStaticString & | value, |
| PCChar8 | text | ||
| ) |
Converts a text to a BaseStaticString.
| value | [in,out] The value. |
| text | The text. |
Converts a text to a Float32.
| value | [in,out] The value. |
| text | The text. |
Converts a text to a Float64.
| value | [in,out] The value. |
| text | The text. |
| void Convert | ( | IStringConvertible & | value, |
| PCChar8 | text | ||
| ) |
Converts a text to an IStringConvertible.
| value | [in,out] The value. |
| text | The text. |
| String HexString | ( | Int32 | value | ) |
Convert a integer value into a hexadecimal representation.
| value | The value. |
| String ToString | ( | PCChar8 | value | ) |
Convert this object into a string representation.
| value | The value. |
| String ToString | ( | Int64 | value | ) |
Convert this object into a string representation.
| value | The value. |
| String ToString | ( | UInt64 | value | ) |
Convert this object into a string representation.
| value | The value. |
| String ToString | ( | Int32 | value | ) |
Convert this object into a string representation.
| value | The value. |
| String ToString | ( | UInt32 | value | ) |
Convert this object into a string representation.
| value | The value. |
| String ToString | ( | bool | value | ) |
Convert this object into a string representation.
| value | true to value. |
| String ToString | ( | int | value | ) |
Convert this object into a string representation.
| value | The value. |
| String ToString | ( | Int16 | value | ) |
Convert this object into a string representation.
| value | The value. |
| String ToString | ( | UInt16 | value | ) |
Convert this object into a string representation.
| value | The value. |
Convert this object into a string representation.
| value | The value. |
| decimals | (optional) the decimals. |
| String ToString | ( | const IStringConvertible & | value | ) |
Convert this object into a string representation.
| value | The value. |
| const ConceptRT::BaseStaticString & ToString | ( | const BaseStaticString & | value | ) |
Convert this object into a string representation.
| value | The value. |