Class StringProperty
The class used for string properties.
public class StringProperty
- Inheritance
-
StringProperty
- Derived
- Inherited Members
Constructors
StringProperty(string)
Initializes a new instance of the StringProperty class with the specified string.
protected StringProperty(string str)
Parameters
strstringThe string value.
Fields
StringProp
The string represented by this StringProperty class.
protected readonly string StringProp
Field Value
Methods
ToString()
public override string ToString()
Returns
Operators
implicit operator StringProperty(string)
Implicit cast of a string to a StringProperty.
public static implicit operator StringProperty(string str)
Parameters
strstringThe string value.