Assignment 2 of level 3

ClientInformation.Substring(ClientInformation.IndexOf("TaxID: ") + "TaxID: ".Length).Split(Environment.NewLine.ToCharArray)(0)

Can anyone explain me this ?

Please check this @Mayur_Pawar