SetString function

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

  • len   The length of the string.

Remarks

Casts a ULValue class to a string.