Summary
Extension methods for
Animancer.StringReference
.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["StringReferenceExtensions"]
class Type type-node
Syntax
public static class StringReferenceExtensions
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Is the
Animancer.StringReference.String equal to the `other`
when treating "" as equal to null ?
static
|
IsNullOrEmpty |
bool |
Is the `reference`
null or its Animancer.StringReference.String empty?static
|
ToStrings |
string[] |
Creates a new array containing the
Animancer.StringReference.String s.static
|