Converts a byte array to a base64-encoded string.
Namespace: Simol.FormattersAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string ToString( Object value ) |
Visual Basic |
---|
Public Function ToString ( _ value As Object _ ) As String |
Visual C++ |
---|
public: virtual String^ ToString( Object^ value ) sealed |
Parameters
- value
- Type: System..::..Object