Click or drag to resize

IBytesToEncodedString Interface

Encodes a byte array into an encoded string and a label describing its encoding.

Namespace: DegreeDays.Api.Processing
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public interface IBytesToEncodedString

The IBytesToEncodedString type exposes the following members.

Methods
 NameDescription
Public methodGetEncodedString 
Top
Thread Safety
Any general-purpose implementation of this interface must be safe for use by multiple concurrent threads. However, thread safety is not necessary if you're making your own implementation and can be sure that any code that uses it (including any code that uses an IRequestProcessor that uses it) will only be called from a single thread.
See Also