StringReference.Implicit
Operator in StringReference
Declaration
public static implicit operator string (StringReference reference)Description
Implicitly converts the reference to a string.
Parameters
| reference | The reference to convert. |
Returns
| string | The string value. |