Click or drag to resize

StringConversionConvertFromMaxLengthEncoded Method

Overload List
  NameDescription
Public methodStatic memberConvertFromMaxLengthEncoded(Byte)
Convert an array of bytes, where the first byte contains the maximum length of the string, and the next byte contains the actual string length.
Public methodStatic memberConvertFromMaxLengthEncoded(DataArrayByte)
Convert an array of bytes, where the first byte contains the maximum length of the string, and the next byte contains the actual string length.
Public methodStatic memberConvertFromMaxLengthEncoded(Byte, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contain the maximum length of the string, and the next 'lengthSize' bytes contain the actual string length.
Public methodStatic memberConvertFromMaxLengthEncoded(DataArrayByte, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contain the maximum length of the string, and the next 'lengthSize' bytes contain the actual string length.
Public methodStatic memberConvertFromMaxLengthEncoded(Byte, Int32, Int32, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contain the maximum length of the string, and the next 'lengthSize' bytes contain the actual string length.
Public methodStatic memberConvertFromMaxLengthEncoded(DataArrayByte, Int32, Int32, Int32, Boolean)
Convert an array of bytes, where the first 'lengthSize' bytes contain the maximum length of the string, and the next 'lengthSize' bytes contain the actual string length.
Top
See Also