Constructor ErasableString
ErasableString(String)
Full constructor.
Declaration
public ErasableString(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The .Net string to manage, used as the return value for the Value property. |