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