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