Converts the string value to its equivalent string representation that is encoded with base-64 digits.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
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: StringThe string representation, in base 64.
See Also