Summary
Returns a
Animancer.StringReference containing the `value`.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- StringReference
Syntax
public static StringReference Get(string value)
Remarks
The returned reference is cached and the same one will be
returned each time this method is called with the same `value`.
Returns
null if the `value` is null.
The `value` is case sensitive.
Parameters
| Name | Type | Description |
|---|---|---|
| value | string |
Return Value
| Type | Description |
|---|---|
| StringReference |