StringConversionConvertToFixedLength Method |
| Name | Description | |
|---|---|---|
| ConvertToFixedLength(String) |
Convert a fixed length string to an array of bytes.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToFixedLength(String, StringConversionGetBytes) |
Convert a fixed length string to an array of bytes.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToFixedLength(String, Int32) |
Convert a fixed length string to an array of bytes.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToFixedLength(String, Int32, StringConversionGetBytes) |
Convert a fixed length string to an array of bytes.
Only works with 1 byte character encoded strings (eg ASCII).
| |
| ConvertToFixedLength(String, Int32, Byte, Int32, Int32) |
Convert a fixed length string to an array of bytes.
| |
| ConvertToFixedLength(String, Int32, Byte, Int32, Int32, StringConversionGetBytes) |
Convert a fixed length string to an array of bytes.
|