Operator Implicit
Implicit(DottedString to String)
Converts a DottedString into a String.
Declaration
public static implicit operator string (DottedString dottedString)
Parameters
Type | Name | Description |
---|---|---|
DottedString | dottedString | A DottedString. |
Returns
Type | Description |
---|---|
String | The String encapsulated by |
Implicit(String to DottedString)
Converts a String into a DottedString.
Declaration
public static implicit operator DottedString(string str)
Parameters
Type | Name | Description |
---|---|---|
String | str | A String. |
Returns
Type | Description |
---|---|
DottedString | A DottedString encapsulating |