Ejemplo n.º 1
0
 public static bool EndsWith(java.lang.String str, string sfx)
 {
     ThrowHelper.ThrowIfNull(sfx);
     return(str.endsWith(sfx));
 }