Method TryParseLegacyClientID
TryParseLegacyClientID(String)
TryParseLegacyClientId parse the Client id and get information about the client id in the form of ClientInfo
Declaration
public static ClientInfo TryParseLegacyClientID(string clientId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | clientId | Client id of the client |
Returns
| Type | Description |
|---|---|
| ClientInfo | ClientInfo |