mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
84 lines
4.2 KiB
Markdown
84 lines
4.2 KiB
Markdown
|
# StringExtensions Class
|
|||
|
|
|||
|
|
|||
|
\[Missing <summary> documentation for "T:Tests.StringExtensions"\]
|
|||
|
|
|||
|
|
|||
|
|
|||
|
## Definition
|
|||
|
**Namespace:** <a href="N_Tests.md">Tests</a>
|
|||
|
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
|
|||
|
|
|||
|
**C#**
|
|||
|
``` C#
|
|||
|
[TestFixtureAttribute]
|
|||
|
internal class StringExtensions
|
|||
|
```
|
|||
|
**F#**
|
|||
|
``` F#
|
|||
|
[<TestFixtureAttribute>]
|
|||
|
type StringExtensions = class end
|
|||
|
```
|
|||
|
|
|||
|
<table><tr><td><strong>Inheritance</strong></td><td><a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a> → StringExtensions</td></tr>
|
|||
|
</table>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
## Constructors
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td><a href="M_Tests_StringExtensions__ctor.md">StringExtensions</a></td>
|
|||
|
<td>Initializes a new instance of the StringExtensions class</td></tr>
|
|||
|
</table>
|
|||
|
|
|||
|
## Methods
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)" target="_blank" rel="noopener noreferrer">Equals</a></td>
|
|||
|
<td>Determines whether the specified object is equal to the current object.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.finalize" target="_blank" rel="noopener noreferrer">Finalize</a></td>
|
|||
|
<td>Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode" target="_blank" rel="noopener noreferrer">GetHashCode</a></td>
|
|||
|
<td>Serves as the default hash function.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.gettype" target="_blank" rel="noopener noreferrer">GetType</a></td>
|
|||
|
<td>Gets the <a href="https://learn.microsoft.com/dotnet/api/system.type" target="_blank" rel="noopener noreferrer">Type</a> of the current instance.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="M_Tests_StringExtensions_IfNullOrEmpty_ShouldReturnOriginalStringWhenValueIsNotNullNorEmpty.md">IfNullOrEmpty_ShouldReturnOriginalStringWhenValueIsNotNullNorEmpty</a></td>
|
|||
|
<td> </td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="M_Tests_StringExtensions_IfNullOrEmpty_ShouldReturnReplacementWhenValueIsNullOrEmpty.md">IfNullOrEmpty_ShouldReturnReplacementWhenValueIsNullOrEmpty</a></td>
|
|||
|
<td> </td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="M_Tests_StringExtensions_IfNullOrWhiteSpace_ShouldReturnOriginalStringWhenValueIsNotNullNorWhitespace.md">IfNullOrWhiteSpace_ShouldReturnOriginalStringWhenValueIsNotNullNorWhitespace</a></td>
|
|||
|
<td> </td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="M_Tests_StringExtensions_IfNullOrWhiteSpace_ShouldReturnReplacementWhenValueIsNullOrWhitespace.md">IfNullOrWhiteSpace_ShouldReturnReplacementWhenValueIsNullOrWhitespace</a></td>
|
|||
|
<td> </td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone" target="_blank" rel="noopener noreferrer">MemberwiseClone</a></td>
|
|||
|
<td>Creates a shallow copy of the current <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="M_Tests_StringExtensions_Setup.md">Setup</a></td>
|
|||
|
<td> </td></tr>
|
|||
|
<tr>
|
|||
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.tostring" target="_blank" rel="noopener noreferrer">ToString</a></td>
|
|||
|
<td>Returns a string that represents the current object.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
|
|||
|
</table>
|
|||
|
|
|||
|
## Fields
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td><a href="F_Tests_StringExtensions_Replacement.md">Replacement</a></td>
|
|||
|
<td> </td></tr>
|
|||
|
</table>
|
|||
|
|
|||
|
## See Also
|
|||
|
|
|||
|
|
|||
|
#### Reference
|
|||
|
<a href="N_Tests.md">Tests Namespace</a>
|