Can anyone tell me what is this doing? Out_ClientID = ClientInformation.Substring(ClientInformation.IndexOf("ClientID: ") + "Client ID: ".Length).Split(Environment.NewLine.ToCharArray)(0)

Hi @Jai_Pande ,

Maybe it is similar to the below Explanantion on Extraction :