StringReferenceExtensions Class

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
EqualsWhereEmptyIsNull(StringReference, StringReference) bool
Is the Animancer.StringReference.String equal to the `other` when treating "" as equal to null?
static
IsNullOrEmpty(StringReference) bool
Is the `reference` null or its Animancer.StringReference.String empty?
static
ToStrings(StringReference[]) string[]
Creates a new array containing the Animancer.StringReference.Strings.
static