Table of Contents

Class SunamoStrings

Namespace
SunamoValues.Constants
Assembly
SunamoValues.dll

Shared string constants and generators. Only constants and simple methods allowed here.

public class SunamoStrings
Inheritance
SunamoStrings
Inherited Members
Extension Methods

Fields

DefaultMessageIfEmpty

Default "data is empty" message.

public static string? DefaultMessageIfEmpty

Field Value

string

Methods

CreateMessageIfEmpty(string)

Creates an "is empty" message for the specified subject.

public static string CreateMessageIfEmpty(string text)

Parameters

text string

The subject that is empty.

Returns

string

A formatted empty message string.