global.ToBuffer()
syntax: |
ToBuffer(value) |
where: |
value - to be cast as a buffer.
|
return: |
buffer - conversion of value.
|
description: |
This function converts value to a buffer in a manner similar to global.ToString() except that the resulting array of characters is a sequence of ASCII bytes and not a unicode string.
|
see: |
|