Table of Contents

Class OptionalString

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public sealed class OptionalString : NotificationObject, INotifyPropertyChanged
Inheritance
OptionalString
Implements
Inherited Members
Extension Methods

Constructors

OptionalString(string)

public OptionalString(string nullableString)

Parameters

nullableString string

Properties

IsNull

public bool IsNull { get; set; }

Property Value

bool

Value

public string Value { get; set; }

Property Value

string