Class BaseExtensions
Class BaseExtensions
Inheritance
System.Object
BaseExtensions
Namespace: MediaBrowser.Common.Extensions
Assembly: MediaBrowser.Common.dll
Syntax
public static class BaseExtensions
Properties
CryptographyProvider
Declaration
public static ICryptoProvider CryptographyProvider { get; set; }
Property Value
Type | Description |
---|---|
ICryptoProvider |
Methods
GetMD5(ReadOnlySpan<Char>)
Declaration
public static Guid GetMD5(this ReadOnlySpan<char> str)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlySpan<System.Char> | str |
Returns
Type | Description |
---|---|
System.Guid |
GetMD5(String)
Gets the M d5.
Declaration
public static Guid GetMD5(this string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | The STR. |
Returns
Type | Description |
---|---|
System.Guid | Guid. |
StripHtml(String)
Strips the HTML.
Declaration
public static string StripHtml(this string htmlString)
Parameters
Type | Name | Description |
---|---|---|
System.String | htmlString | The HTML string. |
Returns
Type | Description |
---|---|
System.String | System.String. |