List of all members.
Static Public Member Functions |
static string | ToString (Single value) |
| Convert a float into a string representation.
|
static string | ToString (Double value) |
| Convert a Double into a string representation.
|
static string | ToString (int value) |
| Convert an int into a string representation.
|
static string | ToString (uint value) |
| Convert an unsigned int into a string representation.
|
static string | ToString (short value) |
| Convert a short into a string representation.
|
static string | ToString (ushort value) |
| Convert an unsigned an unsigned short into a string representation.
|
static string | ToString (byte value) |
| Convert a byte into a string representation.
|
static Single | ToFloat (String value) |
| Converts a string to a float.
|
static Double | ToDouble (String value) |
| Converts a string representation to a double.
|
static Int32 | ToInt32 (String value) |
| Converts a string representation to an int 32.
|
static UInt32 | ToUInt32 (String value) |
| Converts a string representation to a u int 32.
|
static UInt16 | ToUInt16 (String value) |
| Converts a string representation to a u int 16.
|
static Int16 | ToInt16 (String value) |
| Converts a string representation to an int 16.
|
static byte | ToByte (String value) |
| Converts a string representation to a byte.
|
static byte[] | EscapedStringToBytes (String value) |
| Converts an escaped string to a bytes array.
|
Properties |
Encoding | StringEncoder [set] |
| Sets the string encoder.
|
Member Function Documentation
Converts an escaped string to a bytes array.
- Parameters:
-
value | The value to be converted. |
- Returns:
- input value as an escaped string.
Converts a string representation to a byte.
- Parameters:
-
value | The value to be converted. |
- Returns:
- Input string as a byte?
Converts a string representation to a double.
- Parameters:
-
value | The value to be converted. |
- Returns:
- Input string as a Double?
Converts a string to a float.
- Parameters:
-
value | The value to be converted. |
- Returns:
- Input string as a Single?
Converts a string representation to an int 16.
- Parameters:
-
value | The value to be converted. |
- Returns:
- This object as an Int16?
Converts a string representation to an int 32.
- Parameters:
-
value | The value to be converted. |
- Returns:
- This object as an Int32?
Convert a float into a string representation.
- Parameters:
-
value | The value to be converted. |
- Returns:
- A string representation of this object.
Convert a Double into a string representation.
- Parameters:
-
value | The value to be converted. |
- Returns:
- A string representation of this object.
Convert an int into a string representation.
- Parameters:
-
value | The value to be converted. |
- Returns:
- A string representation of this object.
Convert an unsigned int into a string representation.
- Parameters:
-
value | The value to be converted. |
- Returns:
- A string representation of this object.
Convert a short into a string representation.
- Parameters:
-
value | The value to be converted. |
- Returns:
- A string representation of this object.
Convert an unsigned an unsigned short into a string representation.
- Parameters:
-
value | The value to be converted. |
- Returns:
- A string representation of this object.
Convert a byte into a string representation.
- Parameters:
-
value | The value to be converted. |
- Returns:
- A string representation of this object.
Converts a string representation to a u int 16.
- Parameters:
-
value | The value to be converted. |
- Returns:
- Input string as a UInt16?
Converts a string representation to a u int 32.
- Parameters:
-
value | The value to be converted. |
- Returns:
- Input string as a UInt32?
Property Documentation
Sets the string encoder.
The string encoder.
The documentation for this class was generated from the following file:
- D:/My Documents/Github/Arduino-Code-and-Libraries/Libraries/CmdMessenger/CSharp/CommandMessenger/BinaryConverter.cs