OAuthUtility ToBase64String Method Nemiro.OAuth
Converts the string value to its equivalent string representation that is encoded with base-64 digits.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static string ToBase64String(
	string value,
	params Object[] args
)

Parameters

value
Type: System String
A composite format string for encoding to Base64.
args
Type:  System Object 
An object array that contains zero or more objects to format.

Return Value

Type: String
The string representation, in base 64.
See Also