Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.