| Parameter | Description |
|---|---|
| s | A string value that this UniqueStyleString will represent. |
Creates a new UniqueStyleString from a string.
Throws an exception if the provided string is null. String values used to create UniqueStyleStrings are stored together internally. UniqueStyleStrings can improve performance when used to replace strings that are very commonly use. Calling this constructor with single-use strings is not recommended.