Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
WordToStr
See Also
,
Unit: IdTrivialFTPBase
Converts a Word data type to a String representation.
function
WordToStr(
const
Value: Word): WordStr;
Parameters
const Value: Word
Data to be converted.
Returns
WordStr
- Result of the conversion.
Description
WordToStr is a
WordStr
function that converts the Word data type specified in Value to it's
WordStr
representation.