Table of Contents

Class SanitizedString

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a string with both its normal and sanitized versions.

public class SanitizedString
Inheritance
SanitizedString
Inherited Members
Extension Methods

Properties

Normal

Gets or sets the normal (original) string.

public string Normal { get; set; }

Property Value

string

Sanitized

Gets or sets the sanitized (cleaned/escaped) version of the string.

public string Sanitized { get; set; }

Property Value

string