SetString function

Casts a ULValue class to a UNICODE string.

Syntax
void ULValue::SetString(
  const ul_wchar * val,
  size_t len
)
Parameters
  • val   A pointer to the null-terminated unicode string representation of this ULValue class.

  • len   The length of the string.