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