j'ai du mal a comprendre ce code a quoi sert ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 public static string IfRechercheReturnEmpty(this object o) { string val = o.IfNullRetunrnEmpty(); return val.Contains(";#") ? val.Split('#')[1] : val; }
Merci d'avance pour votre aide
Partager