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