Class OptionalString
public sealed class OptionalString : NotificationObject, INotifyPropertyChanged
- Inheritance
-
OptionalString
- Implements
- Inherited Members
- Extension Methods
Constructors
OptionalString(string)
public OptionalString(string nullableString)
Parameters
nullableStringstring
Properties
IsNull
public bool IsNull { get; set; }
Property Value
Value
public string Value { get; set; }