Type Conversion From String

The Type Conversion functions convert string data to the specified type. These functions are supported:

lrc_ascii_BSTR
lrc_ascii_BSTR_by_ref
Converts a string into an ascii BSTR.
Converts a string into an ascii BSTR reference.
lrc_bool
lrc_bool_by_ref
Converts a string into a Boolean variant.
Converts a string into a Boolean variant reference.
lrc_BSTRConverts a string into a BSTR.
lrc_BYTEConverts a string into a byte.
lrc_char
lrc_char_by_ref
Converts a string into a char.
Converts a string into a char reference.
lrc_currency
lrc_currency_by_ref
Converts a string into a currency value.
Converts a string into a currency value reference.
lrc_date
lrc_date_by_ref
Converts a string into a date.
Converts a string into a date reference.
lrc_double
lrc_double_by_ref
Converts a string into a double.
Converts a string into a double reference.
lrc_dwordConverts a string into a double word (dword).
lrc_float
lrc_float_by_ref
Converts a string into a floating point number.
Converts a string into a floating point number reference.
lrc_GUID
lrc_GUID_by_ref
Returns the GUID of a named object.
Returns a reference to the GUID of a named object.
lrc_hyper
lrc_hyper_by_ref
Converts a string into a hyper integer.
Converts a string into a hyper reference.
lrc_int
lrc_int_by_ref
Converts a string into an integer.
Converts a string into an integer reference.
lrc_long
lrc_long_by_ref
Converts a string into a long integer.
Converts a string into a long integer reference.
lrc_short
lrc_short_by_ref
Converts a string into a short integer.
Converts a string into a short integer reference.
lrc_uhyper
lrc_uhyper_by_ref
Converts a string to an unsigned 64 bit hyper integer.
Converts a string to an unsigned 64 bit hyper reference.
lrc_uintConverts a string into an unsigned integer.
lrc_uint
lrc_uint_by_ref
Converts a string into an unsigned integer.
Converts a string into an unsigned integer reference.
lrc_ulongConverts a string into an unsigned long.
lrc_ulong
lrc_ulong_by_ref
Converts a string into an unsigned long. Converts a string into an unsigned long reference
lrc_ushort
lrc_unsigned_short
lrc_ushort_by_ref
Converts a string into a short integer.

Converts a string into a short reference.