ThrowIfNullOrEmpty(string, string) Method
Namespace
Statiq.Common
Containing Type
GuardExtensions

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static string ThrowIfNullOrEmpty(this string str, string paramName)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
str string
paramName string

Return Value

Type Description
string