Click or drag to resize

StringConversionConvertFromLengthEncoded Method

Overload List
  NameDescription
Public methodStatic memberConvertFromLengthEncoded(Byte)
Convert an array of bytes, where the first byte contains the length of the string (in bytes).
Public methodStatic memberConvertFromLengthEncoded(DataArrayByte)
Convert an array of bytes, where the first byte contains the length of the string (in bytes).
Public methodStatic memberConvertFromLengthEncoded(Byte, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Public methodStatic memberConvertFromLengthEncoded(DataArrayByte, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Public methodStatic memberConvertFromLengthEncoded(Byte, Int32, Int32, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Public methodStatic memberConvertFromLengthEncoded(DataArrayByte, Int32, Int32, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Public methodStatic memberConvertFromLengthEncoded(Byte, Int32, Int32, Int32, Boolean, Int32)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Public methodStatic memberConvertFromLengthEncoded(DataArrayByte, Int32, Int32, Int32, Boolean, Int32)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Public methodStatic memberConvertFromLengthEncoded(Byte, Int32, Int32, Int32, Boolean, Int32, StringConversionGetString)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Public methodStatic memberConvertFromLengthEncoded(DataArrayByte, Int32, Int32, Int32, Boolean, Int32, StringConversionGetString)
Convert an array of bytes, where the first 'lengthSize' bytes contains the string length (in bytes).
Top
See Also