Table of Contents

ToBase64String Method

Definition

Namespace
Cuemon.Security
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Security/HashResult.cs

ToBase64String()

Converts the underlying value of this instance to its equivalent string representation that is encoded with base-64 digits.

public virtual string ToBase64String()

Returns

string

A string representation, in base 64, of the contents of the underlying value of this instance.