mirror of
https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities.git
synced 2026-09-04 00:56:24 +02:00
Update README.md
This commit is contained in:
@@ -133,7 +133,7 @@ Currently, only guild members with administrator rights can use this bot.
|
|||||||
### Stone_Red_Utilities.StringExtentions
|
### Stone_Red_Utilities.StringExtentions
|
||||||
#### Methods:
|
#### Methods:
|
||||||
* EqualsIgnoreCase
|
* EqualsIgnoreCase
|
||||||
* Description: Determines whether this instance and another specified <see cref="String"/> object have the same value regardless of upper and lower case.
|
* Description: Determines whether this instance and another specified string object have the same value regardless of upper and lower case.
|
||||||
* Parameters: `this string str`, `string value`
|
* Parameters: `this string str`, `string value`
|
||||||
* Example usage:
|
* Example usage:
|
||||||
```cs
|
```cs
|
||||||
@@ -149,7 +149,7 @@ Currently, only guild members with administrator rights can use this bot.
|
|||||||
True
|
True
|
||||||
```
|
```
|
||||||
* EqualsIgnoreSpaces
|
* EqualsIgnoreSpaces
|
||||||
* Description: Determines whether this instance and another specified <see cref="String"/> object have the same value regardless of spaces.
|
* Description: Determines whether this instance and another specified string object have the same value regardless of spaces.
|
||||||
* Parameters: `this string str`, `string value`
|
* Parameters: `this string str`, `string value`
|
||||||
* Example usage:
|
* Example usage:
|
||||||
```cs
|
```cs
|
||||||
@@ -165,7 +165,7 @@ Currently, only guild members with administrator rights can use this bot.
|
|||||||
True
|
True
|
||||||
```
|
```
|
||||||
* EqualsIgnoreSpacesAndCase
|
* EqualsIgnoreSpacesAndCase
|
||||||
* Description: Determines whether this instance and another specified <see cref="String"/> object have the same value regardless of upper and lower case and spaces.
|
* Description: Determines whether this instance and another specified string object have the same value regardless of upper and lower case and spaces.
|
||||||
* Parameters: `this string str`, `string value`
|
* Parameters: `this string str`, `string value`
|
||||||
* Example usage:
|
* Example usage:
|
||||||
```cs
|
```cs
|
||||||
|
|||||||
Reference in New Issue
Block a user