lrc_variant_ulong

Example: lrc_variant_ulongAssignment to Variants

Assigns a string to an unsigned long integer in a variant.

VARIANT lrc_variant_ulong( const char* str );
strA character string representing an unsigned long integer.

The lrc_variant_ulong function converts a string to an unsigned long integer and returns it stored in a variant.

Return Values

lrc Return Values

Parameterization

Parameterization is not applicable to this function.