to method

String to(
  1. Encoding encoding
)

Returns the digest in the given encoding

Implementation

String to(cvt.Encoding encoding) => encoding.decode(bytes);