| Parameter | Description |
|---|---|
| s | A string value that this UniqueStyleString will represent. |
Creates a new UniqueStyleString from a string.
If provided string is null, the returned result is the same as UniqueStyleString.Null. If provided string is empty, the returned result is the same as UniqueStyleString.Empty. 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.