ArrayExtensionsToBase64 Method |
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static string ToBase64(
this byte[] inputBuffer
)
<ExtensionAttribute>
Public Shared Function ToBase64 (
inputBuffer As Byte()
) As String
public:
[ExtensionAttribute]
static String^ ToBase64(
array<unsigned char>^ inputBuffer
)
[<ExtensionAttribute>]
static member ToBase64 :
inputBuffer : byte[] -> string
Parameters
- inputBuffer
- Type: SystemByte
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also