ProtoFlux:Is Symbol

From Resonite Wiki
Revision as of 15:02, 17 April 2024 by AmasterAmaster (talk | contribs) (Create a page for the Is Symbol node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is Symbol
Character
*
Characters

The Is Symbol node takes in a character literal and returns if that character is a symbol. Symbol characters are specially defined characters in the Microsoft documentation as MathSymbol, CurrencySymbol, ModifierSymbol and OtherSymbol. This is why the '$' character is a valid symbol when using this node, for example.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns if this is a symbol.

See Also

Microsoft Documentation about the Char.IsSymbol method. [1]