GraphMessageId.Implicit Operator
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9313)
Implicit(String to GraphMessageId)
Converts a String to an Graph
Declaration
public static implicit operator GraphMessageId(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | value | Value of the ID. |
Returns
| Type | Description |
|---|---|
| Graph |
New instance of the Graph |
Implicit(GraphMessageId to String)
Converts an Graph
Declaration
public static implicit operator string (GraphMessageId value)
Parameters
| Type | Name | Description |
|---|---|---|
| Graph |
value | Instance of the ID. |
Returns
| Type | Description |
|---|---|
| String | String representation of the Graph |