StringReferenceExtensions.

IsNullOrEmpty(StringReference) Method

Summary

Is the `reference` null or its Animancer.StringReference.String empty?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
StringReferenceExtensions

Syntax

public static bool IsNullOrEmpty(this StringReference reference)

Remarks

Similar to System.String.IsNullOrEmpty(System.String).

Parameters

Name Type Description
reference StringReference

Return Value

Type Description
bool