StringConversionConvertToLengthEncoded Method |
| Name | Description | |
|---|---|---|
| ConvertToLengthEncoded(String) |
Convert a string to an array of bytes where the first byte contains the string length.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToLengthEncoded(String, Int32) |
Convert a string to an array of bytes where the first byte contains the string length.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToLengthEncoded(String, Int32, Boolean) |
Convert a string to an array of bytes where the first 'lengthSize' bytes contain the string length.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToLengthEncoded(String, Int32, Int32, Boolean) |
Convert a string to an array of bytes where the first 'lengthSize' bytes contain the string length.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToLengthEncoded(String, Int32, Boolean, Byte, Int32, Int32) |
Convert a string to an array of bytes where the first 'lengthSize' bytes contain the string length.
| |
| ConvertToLengthEncoded(String, Int32, Boolean, Byte, Int32, Int32, StringConversionGetBytes) |
Convert a string to an array of bytes where the first 'lengthSize' bytes contain the string length.
|