Table of Contents

ToUrlEncodedBase64String Method

Definition

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

ToUrlEncodedBase64String()

Converts the underlying value of this instance to its equivalent string representation that is encoded with base-64 digits, which is usable for transmission on the URL.

public virtual string ToUrlEncodedBase64String()

Returns

string

A string representation, in base 64 which is usable for transmission on the URL, of the contents of the underlying value of this instance.