You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `isNullOrWhiteSpace` | `Method` | returns true value if given parameter is either null, empty or undefined. | `format`, `args`
112
-
| `format`| `Method` | Converts the value of objects to strings based on the formats specified and inserts them into another string. | `format`, `args`
113
-
| `join`| `Method` | Combines arguments delimited by given seperator.| `delimiter`,`args`
114
-
|`join`|`Method`| Combines arguments delimited by given seperator from array. |`delimiter`,`array`|
111
+
| `isNullOrWhiteSpace` | `Method` | returns true value if given parameter is either null, empty or undefined. | `format`, `...args`
112
+
| `format`/`formatString` | `Method` | Converts the value of objects to strings based on the formats specified and inserts them into another string. | `format`, `...args`
113
+
| `join`/`joinString` | `Method` | Combines arguments delimited by given seperator.| `delimiter`,`...args`
114
+
|`join`/`joinString`|`Method`| Combines arguments delimited by given seperator from array. |`delimiter`,`array`|
0 commit comments