GetString function

Retrieves the current value into a string buffer, casting as required.

Syntax
void ULValue::GetString(
  ul_wchar * dst,
  size_t len
)
Parameters
  • dst   The buffer to receive string value.

  • len   The length, in wide chars, of dst.