StringConversionConvertFromLengthEncoded Method |
| Name | Description | |
|---|---|---|
| ConvertFromLengthEncoded(Byte) |
Convert an array of bytes, where the first byte contains the length of the string (in bytes).
| |
| ConvertFromLengthEncoded(DataArrayByte) |
Convert an array of bytes, where the first byte contains the length of the string (in bytes).
| |
| ConvertFromLengthEncoded(Byte, Int32, Boolean) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
| |
| ConvertFromLengthEncoded(DataArrayByte, Int32, Boolean) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
| |
| ConvertFromLengthEncoded(Byte, Int32, Int32, Int32, Boolean) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
| |
| ConvertFromLengthEncoded(DataArrayByte, Int32, Int32, Int32, Boolean) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
| |
| ConvertFromLengthEncoded(Byte, Int32, Int32, Int32, Boolean, Int32) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
| |
| ConvertFromLengthEncoded(DataArrayByte, Int32, Int32, Int32, Boolean, Int32) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
| |
| ConvertFromLengthEncoded(Byte, Int32, Int32, Int32, Boolean, Int32, StringConversionGetString) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
| |
| ConvertFromLengthEncoded(DataArrayByte, Int32, Int32, Int32, Boolean, Int32, StringConversionGetString) |
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
|