| UniqueIdTryParse(String, UniqueId) Method |
Attempt to parse a unique identifier.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
string token,
out UniqueId uid
)
Parameters
- token String
- The token to parse.
- uid UniqueId
- The unique identifier.
Return Value
Booleantrue if the unique identifier was successfully parsed; otherwise,
false..
Exceptions Remarks
Attempts to parse a unique identifier.
See Also