Is Surrogate
Characters
The Is Surrogate
node takes in a char and returns whether that char is a surrogate.
Surrogates are special values in UTF-16 that, in pairs, allows representing characters outside the Basic Multilingual Plane.
Inputs
Character (char)
The character to check.
Outputs
* (bool)
Returns if this is a surrogate.
See Also
Microsoft Documentation about the Char.IsSurrogate
method, which Resonite uses. [1]