Click or drag to resize

StringConversionConvertToFixedLength Method

Overload List
  NameDescription
Public methodStatic memberConvertToFixedLength(String)
Convert a fixed length string to an array of bytes. Only works with 1 byte character encoded strings (eg ASCII).
Public methodStatic memberConvertToFixedLength(String, StringConversionGetBytes)
Convert a fixed length string to an array of bytes. Only works with 1 byte character encoded strings (eg ASCII).
Public methodStatic memberConvertToFixedLength(String, Int32)
Convert a fixed length string to an array of bytes. Only works with 1 byte character encoded strings (eg ASCII).
Public methodStatic memberConvertToFixedLength(String, Int32, StringConversionGetBytes)
Convert a fixed length string to an array of bytes. Only works with 1 byte character encoded strings (eg ASCII).
Public methodStatic memberConvertToFixedLength(String, Int32, Byte, Int32, Int32)
Convert a fixed length string to an array of bytes.
Public methodStatic memberConvertToFixedLength(String, Int32, Byte, Int32, Int32, StringConversionGetBytes)
Convert a fixed length string to an array of bytes.
Top
See Also