GetString function

Synopsis
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.

Remarks

Gets a String value.

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