UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Operator implicit operator

    implicit operator Base64Bytes(ImmutableArray<byte>)

    Converts an ImmutableArray<T> to a Base64Bytes without copying.

    Declaration
    public static implicit operator Base64Bytes(ImmutableArray<byte> data)
    Parameters
    Type Name Description
    ImmutableArray<byte> data
    Returns
    Type Description
    Base64Bytes

    implicit operator ImmutableArray<byte>(Base64Bytes)

    Converts a Base64Bytes to an ImmutableArray<T> without copying.

    Declaration
    public static implicit operator ImmutableArray<byte>(Base64Bytes param)
    Parameters
    Type Name Description
    Base64Bytes param
    Returns
    Type Description
    ImmutableArray<byte>

    implicit operator ReadOnlySpan<byte>(Base64Bytes)

    Converts a Base64Bytes to a ReadOnlySpan<T> without copying.

    Declaration
    public static implicit operator ReadOnlySpan<byte>(Base64Bytes param)
    Parameters
    Type Name Description
    Base64Bytes param
    Returns
    Type Description
    ReadOnlySpan<byte>

    implicit operator ReadOnlyMemory<byte>(Base64Bytes)

    Converts a Base64Bytes to a ReadOnlyMemory<T> without copying.

    Declaration
    public static implicit operator ReadOnlyMemory<byte>(Base64Bytes param)
    Parameters
    Type Name Description
    Base64Bytes param
    Returns
    Type Description
    ReadOnlyMemory<byte>
    © Singulink. All rights reserved.